guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: sbcl-njson: Update to 1.0.0.


From: guix-commits
Subject: 01/02: gnu: sbcl-njson: Update to 1.0.0.
Date: Tue, 25 Apr 2023 04:45:11 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 2ebe270927051abe993ccbbac7fbd2664003dbca
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Apr 25 10:36:45 2023 +0200

    gnu: sbcl-njson: Update to 1.0.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.0.0.
---
 gnu/packages/lisp-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d7b0531bcc..9465155d81 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26267,7 +26267,7 @@ instead of #'FOO.
 (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 @@ instead of #'FOO.
               (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 @@ loadable as additional system.  @code{cl-json} is 
included by default, though.
 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.
 



reply via email to

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