From 60621465c60c418412c6f184c43e637db94e3d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:25:53 +0000 Subject: [PATCH] janet: Update to version 1.32.1 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index be1467b400..2c6e078285 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.32.0", + "version": "1.32.1", "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.32.0/janet-1.32.0-windows-x64-installer.msi", - "hash": "1c0b5d068ca48862d78d55e519af846e7d88b4a4b6a5c01f1e5790879ada0553" + "url": "https://github.com/janet-lang/janet/releases/download/v1.32.1/janet-1.32.1-windows-x64-installer.msi", + "hash": "2baa5f012aac7e637018c18124689c73a31c638fed9855d288db79f30f4715b7" } }, "extract_dir": "Janet",