From 58fb9e99c1592508634af3d471abe7dcf2d1de4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 04:29:29 +0000 Subject: [PATCH] janet: Update to version 1.38.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index 3c5186ded6..57c6d6a433 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.37.1", + "version": "1.38.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.37.1/janet-1.37.1-windows-x64-installer.msi", - "hash": "54d676e80a0142d7dd524c2b7cb35df177e2340045bf60d83745ae3e49f42ac9" + "url": "https://github.com/janet-lang/janet/releases/download/v1.38.0/janet-1.38.0-windows-x64-installer.msi", + "hash": "f465f6326873104da13cf2c7a1c5c935f9989f4071cf95e52299728d2ae86bd1" } }, "extract_dir": "Janet",