GNU bug report logs -
#66074
[PATCH] gnu: sbcl-njson: Update to 1.2.1.
Previous Next
Reported by: Artyom Bologov <mail <at> aartaka.me>
Date: Mon, 18 Sep 2023 15:41: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
[Message part 1 (text/plain, inline)]
Hello Guix,
Find the patch updating sbcl-njson to 1.2.1 attached to this message.
[0001-gnu-sbcl-njson-Update-to-1.2.1.patch (text/x-patch, inline)]
From 1242fc1de53581fb5b6ae2b149288fc8686deedd Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail <at> 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(-)
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
[Message part 3 (text/plain, inline)]
Thanks,
--
Artyom Bologov.
This bug report was last modified 1 year and 303 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.