gnu: janet: Update to 1.33.0

* gnu/packages/lisp.scm (janet): Update to 1.33.0.

Change-Id: Ic5dd8b0c7042fe965c940d291331803f7f28e3f2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
unwox 2024-02-05 22:45:21 +06:00 committed by Guillaume Le Vaillant
parent d7c34bc099
commit 5d2302a195
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1242,7 +1242,7 @@ (define-public picolisp
(define-public janet
(package
(name "janet")
(version "1.32.1")
(version "1.33.0")
(source
(origin
(method git-fetch)
@ -1251,7 +1251,7 @@ (define-public janet
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1nnqbpql6749597m0lp56i2zqm003pg690399l0g8kb9kwvpv1yv"))))
(base32 "16wgljca7hp29fz5p2dnvy2cbscjx4imf85rhjwc1jkgdjswjxli"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags