gnu: janet: Update to 1.26.0.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
jgart 2023-02-05 23:11:02 -06:00 committed by Christopher Baines
parent 7a87298e2f
commit 76a3929add
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1231,7 +1231,7 @@ (define-public picolisp
(define-public janet
(package
(name "janet")
(version "1.25.1")
(version "1.26.0")
(source
(origin
(method git-fetch)
@ -1240,7 +1240,7 @@ (define-public janet
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0d601imsndkmjyanja6pqp234fwmn9jxzpcbigwpra969x4a4qjd"))))
(base32 "1ghxchyxhcjs0vfzisafc27v05im4kya1jg827l4q2h92ras17x3"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags