mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: cl-yason: Update to 0.8.4.
* gnu/packages/lisp-xyz.scm (sbcl-yason): Update to 0.8.4.
This commit is contained in:
parent
8e85920cb7
commit
0898fd56c9
1 changed files with 3 additions and 4 deletions
|
@ -7814,17 +7814,16 @@ (define-public ecl-curry-compose-reader-macros
|
||||||
(define-public sbcl-yason
|
(define-public sbcl-yason
|
||||||
(package
|
(package
|
||||||
(name "sbcl-yason")
|
(name "sbcl-yason")
|
||||||
(version "0.7.7")
|
(version "0.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/phmarek/yason")
|
(url "https://github.com/phmarek/yason")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-yason" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0d22sw7nf2ygqm56ilybg7bza63cv43pc4184r8rvsjz2in37n51"))))
|
||||||
"0479rbjgbj80jpk5bby18inlv1kfp771a82rlcq5psrz65qqa9bj"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria sbcl-trivial-gray-streams))
|
(list sbcl-alexandria sbcl-trivial-gray-streams))
|
||||||
|
|
Loading…
Reference in a new issue