gnu: janet: Update to 1.27.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Yovan Naumovski 2023-04-01 17:01:10 +03:00 committed by Ludovic Courtès
parent 11e671c816
commit 730655d56a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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