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

  • 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)
87edivo5h6.fsf@aartaka.me
Hello Guix,

Find the patch updating sbcl-njson to 1.2.1 attached to this message.
From 1242fc1de53581fb5b6ae2b149288fc8686deedd Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Mon, 18 Sep 2023 19:37:39 +0400
Subject: [PATCH] gnu: sbcl-njson: Update to 1.2.1.

* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.2.1.
---
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 c6f66db840..752b777ed2 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.2.0")
+ (version "1.2.1")
(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
- "1zsf7sm88wjrd4da5bvpxi8fvsx01cv51p8820fnj062x6hlhg38"))))
+ "0p3zvn3jfzcdzpvikdaw3g14wfsklq0msw0rjaxin3aa7vmqpyqk"))))
(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 . 66074-done@debbugs.gnu.org)
87bkdvwn7e.fsf@kitej
Patch applied as be9f749a29e30f78f81c3622d0668d19a472238a.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZQxjhQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+BzgD8Cs9zrgasKQWg7SBHlFktfj+vb0Fyw9zSYHgl
6R7juyEA/jEv8OYg47QxZCqZm1KVTBfXYNwQqjpIo8+PYHbk4vUk
=gig2
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66074
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