me
/
guix
Archived
1
0
Fork 0

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

View File

@ -1235,7 +1235,7 @@ including a built-in database engine and a GUI system.")
(define-public janet
(package
(name "janet")
(version "1.26.0")
(version "1.27.0")
(source
(origin
(method git-fetch)
@ -1244,7 +1244,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 "1ghxchyxhcjs0vfzisafc27v05im4kya1jg827l4q2h92ras17x3"))))
(base32 "0fd5z9xviwfv635wxil20qjjigb275p3ns9cvxhfx27ca8kkphsj"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags