[PATCH] gnu: sbcl-njson: Update to 1.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 1 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
87r0n356tk.fsf@aartaka.me
Hello Guix,

Find the patch attached to this message.
From 588e2eaca088e00ab96c711dca6687f2801aaf46 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Wed, 13 Sep 2023 02:37:08 +0400
Subject: [PATCH] gnu: sbcl-njson: Update to 1.2.0.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 69686dbed9..e43bda9c5f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26603,7 +26603,7 @@ (define-public ecl-nkeymaps
(define-public sbcl-njson
(package
(name "sbcl-njson")
- (version "1.1.1")
+ (version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -26612,7 +26612,7 @@ (define-public sbcl-njson
(file-name (git-file-name "cl-njson" version))
(sha256
(base32
- "0zdf6mlbpc2j95qm000ljf642af18sfz45yxh6rnxrbf8m4laxxa"))))
+ "1zsf7sm88wjrd4da5bvpxi8fvsx01cv51p8820fnj062x6hlhg38"))))
(build-system asdf-build-system/sbcl)
(inputs (list sbcl-cl-json sbcl-jzon))
(native-inputs (list sbcl-lisp-unit2))
--
2.41.0
Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 1 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 65900-done@debbugs.gnu.org)
87fs3i2taw.fsf@kitej
Patch applied as 3007f77596a19608e4216ada575bec374da63f6f.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZQGgJw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+vWQD9Gj7KjFBvnmYa1QDie4J8BYbGOoAJKbbxX+cS
j48TyKEA/3m09X61P2R1hxIkBrhnTCbDhZQ6NNSIzRm0MKLwTs0Y
=pYS7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65900@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65900
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help