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:
parent
11e671c816
commit
730655d56a
1 changed files with 2 additions and 2 deletions
|
@ -1235,7 +1235,7 @@ including a built-in database engine and a GUI system.")
|
||||||
(define-public janet
|
(define-public janet
|
||||||
(package
|
(package
|
||||||
(name "janet")
|
(name "janet")
|
||||||
(version "1.26.0")
|
(version "1.27.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1244,7 +1244,7 @@ including a built-in database engine and a GUI system.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ghxchyxhcjs0vfzisafc27v05im4kya1jg827l4q2h92ras17x3"))))
|
(base32 "0fd5z9xviwfv635wxil20qjjigb275p3ns9cvxhfx27ca8kkphsj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:make-flags
|
(list #:make-flags
|
||||||
|
|
Reference in a new issue