me
/
guix
Archived
1
0
Fork 0

gnu: cl-njson: Update to 1.2.2.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I06ad8fa6b7511d8d6016037ce04e544cc5ed1f02
master
Andre A. Gomes 2023-11-29 10:53:42 +02:00 committed by Guillaume Le Vaillant
parent 1ad68824ed
commit 3e4e66e6c5
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -26848,7 +26848,7 @@ instead of #'FOO.
(define-public sbcl-njson
(package
(name "sbcl-njson")
(version "1.2.1")
(version "1.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -26857,7 +26857,7 @@ instead of #'FOO.
(file-name (git-file-name "cl-njson" version))
(sha256
(base32
"0p3zvn3jfzcdzpvikdaw3g14wfsklq0msw0rjaxin3aa7vmqpyqk"))))
"05v5bk3l47mds4ihxs8jlqm19gqq7hb4q0161bgg99w9847l63lk"))))
(build-system asdf-build-system/sbcl)
(inputs (list sbcl-cl-json sbcl-jzon))
(native-inputs (list sbcl-lisp-unit2))