From 17353cd45aba28ebd1559aded2941ce7e9be9413 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:32:00 +0000 Subject: [PATCH] janet: Update to version 1.40.1 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index 821ace0828..5f2ad00ee7 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.40.0", + "version": "1.40.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.40.0/janet-1.40.0-windows-x64-installer.msi", - "hash": "3c14a770322de097ee37fd9edc1d4682299af9dbeb9e4e9c081bc2dcbf59bf39" + "url": "https://github.com/janet-lang/janet/releases/download/v1.40.1/janet-1.40.1-windows-x64-installer.msi", + "hash": "3d4e2524ab729f5652808e6fedb2099ce2a5393bcb66841d35c4c1350821902e" } }, "extract_dir": "Janet",