From 28abe6fa606485c19c91fb012dac03dc63a13510 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 20:27:24 +0000 Subject: [PATCH] gleam: Update to version 0.26.2 --- bucket/gleam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gleam.json b/bucket/gleam.json index 08fe44917a..bdaf15b441 100644 --- a/bucket/gleam.json +++ b/bucket/gleam.json @@ -1,13 +1,13 @@ { - "version": "0.26.1", + "version": "0.26.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.26.1/gleam-v0.26.1-x86_64-pc-windows-msvc.zip", - "hash": "a19311bef5ce9f42193d664648d2d582b45fcfe2b077458c61f3d5a6d64d54d2" + "url": "https://github.com/gleam-lang/gleam/releases/download/v0.26.2/gleam-v0.26.2-x86_64-pc-windows-msvc.zip", + "hash": "4994bc7c553238a24390931a294dd2e0dc71ffe9260e18436b6bbdb0df111581" } }, "bin": "gleam.exe",