From cf2941790a77cb656ed498e3204a9141e39b70cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:25:30 +0000 Subject: [PATCH] janet: Update to version 1.27.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index f0afc67387..592d55855d 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.26.0", + "version": "1.27.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.26.0/janet-1.26.0-windows-x64-installer.msi", - "hash": "057c456f8586ad3ca41695aa5e5706729ff61d4d5975b84dd2b4af42a257a33b" + "url": "https://github.com/janet-lang/janet/releases/download/v1.27.0/janet-1.27.0-windows-x64-installer.msi", + "hash": "e3251fe2feeadc5434b89c1aee61b3a8f44ebb9679ed3606ff98c110de937bd6" } }, "extract_dir": "Janet",