From 6cba1bfc587bff2ec12a47cf5a416e36fc917c88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 04:25:36 +0000 Subject: [PATCH] janet: Update to version 1.32.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index eb89bf7623..be1467b400 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.31.0", + "version": "1.32.0", "description": "Lisp-like, embeddable, functional and imperative programming language and bytecode interpreter", "homepage": "https://janet-lang.org", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/janet-lang/janet/releases/download/v1.31.0/janet-1.31.0-windows-x64-installer.msi", - "hash": "6acdcb3909df80cc9fcb34526f3ffa5b83122a87298b81517562ee95702f02e7" + "url": "https://github.com/janet-lang/janet/releases/download/v1.32.0/janet-1.32.0-windows-x64-installer.msi", + "hash": "1c0b5d068ca48862d78d55e519af846e7d88b4a4b6a5c01f1e5790879ada0553" } }, "extract_dir": "Janet",