From d1ca500b6873da9435ef7f352cdc4604a50108f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 20:28:38 +0000 Subject: [PATCH] janet: Update to version 1.25.1 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index dc3d3896d8..20f175c355 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.25.0", + "version": "1.25.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.25.0/janet-1.25.0-windows-x64-installer.msi", - "hash": "9dbdb22f58c67555aad2575c06a432aae0c1649eaa454ca6a5798f8d2a280669" + "url": "https://github.com/janet-lang/janet/releases/download/v1.25.1/janet-1.25.1-windows-x64-installer.msi", + "hash": "cc12ae7f08fc91b91878902dbbc3588a93fad5ad2632529ec6ad54ddbf1b13e1" } }, "extract_dir": "Janet",