From 1d6cdfb1170fd151631ad95f0472604b988da8de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:29:34 +0000 Subject: [PATCH] gleam: Update to version 0.32.2 --- bucket/gleam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gleam.json b/bucket/gleam.json index 3900febc30..8e5d623d1f 100644 --- a/bucket/gleam.json +++ b/bucket/gleam.json @@ -1,13 +1,13 @@ { - "version": "0.32.1", + "version": "0.32.2", "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.1/gleam-v0.32.1-x86_64-pc-windows-msvc.zip", - "hash": "12b826387d97f4d8f3d3b4a49207f3c4a80626228332fcb2cf6090f88373d5d5" + "url": "https://github.com/gleam-lang/gleam/releases/download/v0.32.2/gleam-v0.32.2-x86_64-pc-windows-msvc.zip", + "hash": "f069b45f0c836bbaaf0877a50e34ae3afe52affbb0265e3e1849391d2da8c146" } }, "bin": "gleam.exe",