From 281b6c03d5532302c03fc63e2f2d68e0383b2023 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 16:31:23 +0000 Subject: [PATCH] gleam: Update to version 0.22.0 --- bucket/gleam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gleam.json b/bucket/gleam.json index a55f36fa54..b742b5e231 100644 --- a/bucket/gleam.json +++ b/bucket/gleam.json @@ -1,13 +1,13 @@ { - "version": "0.21.0", + "version": "0.22.0", "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.21.0/gleam-v0.21.0-windows-64bit.zip", - "hash": "c4085943737d93ef106c4af9f9e102be49455cff216bb5c6f52bea3816f8071f" + "url": "https://github.com/gleam-lang/gleam/releases/download/v0.22.0/gleam-v0.22.0-windows-64bit.zip", + "hash": "a7b7133c5e1b04195b4b2a821bd71f98d4d69c02999062918923a8ca336d9f9d" } }, "bin": "gleam.exe",