gnu: janet: Update to 1.21.1.
* gnu/packages/lisp.scm (janet): Update to 1.21.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
81ba7e6a45
commit
a76c879f14
1 changed files with 2 additions and 2 deletions
|
@ -1152,7 +1152,7 @@ (define-public picolisp
|
|||
(define-public janet
|
||||
(package
|
||||
(name "janet")
|
||||
(version "1.20.0")
|
||||
(version "1.21.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1161,7 +1161,7 @@ (define-public janet
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0983jp22nnfpsc77nhsjgp7zp7m2n47pxg9nagwfhhff6rlqw9wq"))))
|
||||
(base32 "1c8lrwg518182rnz47mahv5r9jd3haj6ysigk0bkv8lpb0d2b760"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags
|
||||
|
|
Loading…
Reference in a new issue