gnu: cl-njson: Update to 1.2.0.

* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.2.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Artyom Bologov 2023-09-13 02:37:08 +04:00 committed by Guillaume Le Vaillant
parent cda20190bc
commit 3007f77596
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -26603,7 +26603,7 @@ (define-public ecl-nkeymaps
(define-public sbcl-njson
(package
(name "sbcl-njson")
(version "1.1.1")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -26612,7 +26612,7 @@ (define-public sbcl-njson
(file-name (git-file-name "cl-njson" version))
(sha256
(base32
"0zdf6mlbpc2j95qm000ljf642af18sfz45yxh6rnxrbf8m4laxxa"))))
"1zsf7sm88wjrd4da5bvpxi8fvsx01cv51p8820fnj062x6hlhg38"))))
(build-system asdf-build-system/sbcl)
(inputs (list sbcl-cl-json sbcl-jzon))
(native-inputs (list sbcl-lisp-unit2))