From 5b2c8239ebff02c76eee31bf32cde2a05165783c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:41:06 +0000 Subject: [PATCH] janet: Update to version 1.39.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index 57c6d6a433..22ee725ea7 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.38.0", + "version": "1.39.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.38.0/janet-1.38.0-windows-x64-installer.msi", - "hash": "f465f6326873104da13cf2c7a1c5c935f9989f4071cf95e52299728d2ae86bd1" + "url": "https://github.com/janet-lang/janet/releases/download/v1.39.0/janet-1.39.0-windows-x64-installer.msi", + "hash": "54d832f8b06ecf40b202ac88e1d2bb9ea6996655b12b58f060cd2653fd3d9179" } }, "extract_dir": "Janet",