all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66074] [PATCH] gnu: sbcl-njson: Update to 1.2.1.
@ 2023-09-18 15:38 Artyom Bologov
  2023-09-21 15:38 ` bug#66074: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom Bologov @ 2023-09-18 15:38 UTC (permalink / raw)
  To: 66074

[-- Attachment #1: Type: text/plain, Size: 84 bytes --]

Hello Guix,

Find the patch updating sbcl-njson to 1.2.1 attached to this message.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update sbcl-njson to 1.2.1. --]
[-- Type: text/x-patch, Size: 1222 bytes --]

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(-)

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


[-- Attachment #3: Type: text/plain, Size: 28 bytes --]


Thanks,
--
Artyom Bologov.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66074: [PATCH] gnu: sbcl-njson: Update to 1.2.1.
  2023-09-18 15:38 [bug#66074] [PATCH] gnu: sbcl-njson: Update to 1.2.1 Artyom Bologov
@ 2023-09-21 15:38 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-09-21 15:38 UTC (permalink / raw)
  To: Artyom Bologov; +Cc: 66074-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Patch applied as be9f749a29e30f78f81c3622d0668d19a472238a.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-21 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-18 15:38 [bug#66074] [PATCH] gnu: sbcl-njson: Update to 1.2.1 Artyom Bologov
2023-09-21 15:38 ` bug#66074: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.