From 7d9a2b1e6ab74b7adb6ea465bf9fc05ffbbf8640 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:24:16 +0000 Subject: [PATCH] gleam: Update to version 0.32.4 --- bucket/gleam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gleam.json b/bucket/gleam.json index a3f0265317..deb870c641 100644 --- a/bucket/gleam.json +++ b/bucket/gleam.json @@ -1,13 +1,13 @@ { - "version": "0.32.3", + "version": "0.32.4", "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/v0.32.3/gleam-v0.32.3-x86_64-pc-windows-msvc.zip", - "hash": "d167f901bc36a37ff1aae87b4d684ee4ec7e0ab5c4097e1b0893cbb154ae38bb" + "url": "https://github.com/gleam-lang/gleam/releases/download/v0.32.4/gleam-v0.32.4-x86_64-pc-windows-msvc.zip", + "hash": "d7ef1d1877f74697e72bff7c5097e0afc35e405d83c6a905a34ee2c83d1149b8" } }, "bin": "gleam.exe",