guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Update sbcl-njson to 1.1.0.


From: guix-commits
Subject: 02/02: gnu: Update sbcl-njson to 1.1.0.
Date: Wed, 24 May 2023 05:24:49 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 0d82148858f98045d1b399be91bd935278d24e12
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Tue May 23 18:10:04 2023 +0400

    gnu: Update sbcl-njson to 1.1.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.1.0.
      [inputs]: Add sbcl-jzon.
      [arguments]: Add njson/jzon to 'asd-systems'.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 52e7b0de8f..7e87028982 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26402,7 +26402,7 @@ instead of #'FOO.
 (define-public sbcl-njson
   (package
     (name "sbcl-njson")
-    (version "1.0.0")
+    (version "1.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -26411,12 +26411,12 @@ instead of #'FOO.
               (file-name (git-file-name "cl-njson" version))
               (sha256
                (base32
-                "1apwccrvivrq57rlrw6vffrn3a5hikk10s0dndszjw5ri29b3qyd"))))
+                "02m9l77am2rlkg83dyp3jvb76ifw1y84xh3wpz6cx7h2wkxkjnl5"))))
     (build-system asdf-build-system/sbcl)
-    (inputs (list sbcl-cl-json))
+    (inputs (list sbcl-cl-json sbcl-jzon))
     (native-inputs (list sbcl-lisp-unit2))
     (arguments
-     '(#:asd-systems '("njson" "njson/cl-json")))
+     '(#:asd-systems '("njson" "njson/cl-json" "njson/jzon")))
     (home-page "https://github.com/atlas-engineer/njson";)
     (synopsis "JSON handling framework for Common Lisp")
     (description
@@ -26424,8 +26424,8 @@ instead of #'FOO.
 and process JSON data, in the minimum keystrokes/minutes possible.
 
 NJSON is parser-independent, with existing Common Lisp JSON parsers being
-loadable as additional system.  @code{cl-json} is included by default, though.
-Conveniences that NJSON provides are:
+loadable as additional system.  @code{jzon} and @code{cl-json} backends are
+included by default, though.  Conveniences that NJSON provides are:
 
 @itemize
 @item @code{encode} and @code{decode} as single entry points for JSON reading



reply via email to

[Prev in Thread] Current Thread [Next in Thread]