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