From e62c899418e975bcd6e376ac85f0364b46e2d1d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:27:01 +0000 Subject: [PATCH] gleam: Update to version 1.11.1 --- bucket/gleam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gleam.json b/bucket/gleam.json index 5a47f66397..369f5be42b 100644 --- a/bucket/gleam.json +++ b/bucket/gleam.json @@ -1,13 +1,13 @@ { - "version": "1.11.0", + "version": "1.11.1", "description": "A friendly language for building type-safe, scalable systems", "homepage": "https://gleam.run/", "license": "Apache-2.0", "depends": "erlang", "architecture": { "64bit": { - "url": "https://github.com/gleam-lang/gleam/releases/download/v1.11.0/gleam-v1.11.0-x86_64-pc-windows-msvc.zip", - "hash": "4530dad4e10f5cc888b92b9f11729a69f436b95e3789bf907f6437810ba73171" + "url": "https://github.com/gleam-lang/gleam/releases/download/v1.11.1/gleam-v1.11.1-x86_64-pc-windows-msvc.zip", + "hash": "1cb54473bed54d74e213f993a7f269ed27afa761d693be681b9bf1a3e618d4d5" } }, "bin": "gleam.exe",