From 767bf87dab891e856f6b070a2d85da23ccf09647 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:26:40 +0000 Subject: [PATCH] janet: Update to version 1.33.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index 2c6e078285..a7ef8d4726 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.32.1", + "version": "1.33.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.32.1/janet-1.32.1-windows-x64-installer.msi", - "hash": "2baa5f012aac7e637018c18124689c73a31c638fed9855d288db79f30f4715b7" + "url": "https://github.com/janet-lang/janet/releases/download/v1.33.0/janet-1.33.0-windows-x64-installer.msi", + "hash": "626c11695d1668ed38bfa2f28f0691334618933d4e6cba60befb01ae6d8db7d1" } }, "extract_dir": "Janet",