GNU bug report logs -
#62318
[PATCH] gnu: sbcl-jzon: Update to 1.1.0.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 21 Mar 2023 05:04:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.1.0.
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 45ec81f0b3..f54db4d7c3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24739,7 +24739,7 @@ (define-public ecl-websocket-driver
(define-public sbcl-jzon
(package
(name "sbcl-jzon")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -24748,7 +24748,7 @@ (define-public sbcl-jzon
(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")
--
2.39.2
This bug report was last modified 2 years and 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.