me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1231,7 +1231,7 @@ including a built-in database engine and a GUI system.")
(define-public janet
(package
(name "janet")
(version "1.25.1")
(version "1.26.0")
(source
(origin
(method git-fetch)
@ -1240,7 +1240,7 @@ including a built-in database engine and a GUI system.")
(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