mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue