GNU bug report logs -
#54569
[PATCH] gnu: cl-yason: Update to 0.7.8.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 25 Mar 2022 19:24:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (cl-yason): Update to 0.7.8.
---
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 7dd7805ddd..d24983694c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7526,7 +7526,7 @@ (define-public ecl-curry-compose-reader-macros
(define-public sbcl-yason
(package
(name "sbcl-yason")
- (version "0.7.7")
+ (version "0.7.8")
(source
(origin
(method git-fetch)
@@ -7536,7 +7536,7 @@ (define-public sbcl-yason
(file-name (git-file-name name version))
(sha256
(base32
- "0479rbjgbj80jpk5bby18inlv1kfp771a82rlcq5psrz65qqa9bj"))))
+ "0zxs80m97pb9wbjqi1g1rsrk8cm2rncxnmw4rmczdkhz1ni9sgdl"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria sbcl-trivial-gray-streams))
--
2.34.0
This bug report was last modified 2 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.