From 775f88c93902785290c946434fa1769973817bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:29:54 +0000 Subject: [PATCH] janet: Update to version 1.23.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index e16c16617e..feccfe3baa 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.22.0", + "version": "1.23.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.22.0/janet-1.22.0-windows-x64-installer.msi", - "hash": "c41f045e9e70deafd047b42cebda9d6b60efd58a0ede007a943f8bfaae9ece67" + "url": "https://github.com/janet-lang/janet/releases/download/v1.23.0/janet-1.23.0-windows-x64-installer.msi", + "hash": "88a56ec10dc94835f6cb0d9bfaa61e47b535fdf4c87a5315c95081b9c0c88360" } }, "extract_dir": "Janet",