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 Maxim Cournoyer
parent d496165edf
commit 7a31cdae7c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1228,7 +1228,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)
@ -1237,7 +1237,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