me
/
guix
Archived
1
0
Fork 0

gnu: cl-jzon: Update to 1.1.0.

* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.1.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
jgart 2023-03-21 00:03:03 -05:00 committed by Guillaume Le Vaillant
parent 31d8bf9580
commit b94513bfa6
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -24829,7 +24829,7 @@ implementation for Common Lisp.")
(define-public sbcl-jzon
(package
(name "sbcl-jzon")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method git-fetch)
@ -24838,7 +24838,7 @@ implementation for Common Lisp.")
(commit (string-append "v" version))))
(file-name (git-file-name "cl-jzon" version))
(sha256
(base32 "03k0czc58wlnxavkmr7gbrza6zq40ih4da8yjbxg9ba8m0bzzdw4"))))
(base32 "0rbardn1dfizpyyy1c127zzk1fnq4pslz75xa7ldpfjsi5jc5fmr"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:asd-systems '("com.inuoe.jzon")