mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: sbcl-njson: Update to 1.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.0.0.
This commit is contained in:
parent
08c63aac53
commit
2ebe270927
1 changed files with 3 additions and 4 deletions
|
@ -26267,7 +26267,7 @@ (define-public ecl-nkeymaps
|
|||
(define-public sbcl-njson
|
||||
(package
|
||||
(name "sbcl-njson")
|
||||
(version "0.2.3")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -26276,12 +26276,12 @@ (define-public sbcl-njson
|
|||
(file-name (git-file-name "cl-njson" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11s6qq719zlrpy0kb1id9qnrm73yrc3xi560k4s8cj79fy4nj0ib"))))
|
||||
"1apwccrvivrq57rlrw6vffrn3a5hikk10s0dndszjw5ri29b3qyd"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs (list sbcl-cl-json))
|
||||
(native-inputs (list sbcl-lisp-unit2))
|
||||
(arguments
|
||||
'(#:asd-systems '("njson" "njson/aliases" "njson/cl-json")))
|
||||
'(#:asd-systems '("njson" "njson/cl-json")))
|
||||
(home-page "https://github.com/atlas-engineer/njson")
|
||||
(synopsis "JSON handling framework for Common Lisp")
|
||||
(description
|
||||
|
@ -26293,7 +26293,6 @@ (define-public sbcl-njson
|
|||
Conveniences that NJSON provides are:
|
||||
|
||||
@itemize
|
||||
|
||||
@item @code{encode} and @code{decode} as single entry points for JSON reading
|
||||
and writing, be it from streams/string/files, or from those.
|
||||
|
||||
|
|
Loading…
Reference in a new issue