From 01ba68fabf9ce14dd648263c24c43aafc5941206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:08:44 +0000 Subject: [PATCH] janet: Update to version 1.34.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index a7ef8d4726..6ecdb8d0b3 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.33.0", + "version": "1.34.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.33.0/janet-1.33.0-windows-x64-installer.msi", - "hash": "626c11695d1668ed38bfa2f28f0691334618933d4e6cba60befb01ae6d8db7d1" + "url": "https://github.com/janet-lang/janet/releases/download/v1.34.0/janet-1.34.0-windows-x64-installer.msi", + "hash": "52d36f79cc94f98de98aeada5f4e73ab7ef0a27330dd7277bf8cac35c2aa3907" } }, "extract_dir": "Janet",