all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59193] [PATCH] gnu: sbcl-njson: Update to 0.2.1.
@ 2022-11-11 12:49 Artyom Bologov
  2022-11-15  9:56 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 6+ messages in thread
From: Artyom Bologov @ 2022-11-11 12:49 UTC (permalink / raw)
  To: 59193

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

Hello Guix,

This updates sbcl-njson to the current latest 0.2.1.


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

From 9de165a20da14c46e344722760c832685cd2f73c Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Fri, 11 Nov 2022 16:45:41 +0400
Subject: [PATCH] gnu: sbcl-njson: Update to 0.2.1.

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b3c5eec050..0ef0d11603 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22540,7 +22540,7 @@ (define-public ecl-nkeymaps
 (define-public sbcl-njson
   (package
     (name "sbcl-njson")
-    (version "0.1.0")
+    (version "0.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -22549,7 +22549,7 @@ (define-public sbcl-njson
               (file-name (git-file-name "cl-njson" version))
               (sha256
                (base32
-                "0lv3q1841s4avii1jp89r91jq21sids2ycpy2id0kzhrljzhmy6j"))))
+                "0ax3l53rizqlfyazqa899mplr2snmwgv873z9lbjjplm6brld0hf"))))
     (build-system asdf-build-system/sbcl)
     (inputs (list sbcl-cl-json))
     (native-inputs (list sbcl-lisp-unit2))
@@ -22576,6 +22576,10 @@ (define-public sbcl-njson
 @item @code{jif}, @code{jwhen}, @code{jor}, @code{jand}, and other macros
 mimicking Lisp ones, while using truth values of JSON-decoded data.
 
+@item @code{njson/aliases} package to nickname to @code{j} for all the
+forms conveniently accessible as @code{j:rem}, @code{j:get},
+@code{j:if} etc.
+
 @end itemize\n")
     (license license:bsd-3)))
 
-- 
2.37.1


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


Thanks,
--
Artyom Bologov.

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

end of thread, other threads:[~2022-11-19 12:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11 12:49 [bug#59193] [PATCH] gnu: sbcl-njson: Update to 0.2.1 Artyom Bologov
2022-11-15  9:56 ` Guillaume Le Vaillant
2022-11-18 11:34   ` Artyom Bologov
2022-11-18 12:47     ` Guillaume Le Vaillant
2022-11-18 18:42       ` Artyom Bologov
2022-11-19 11:59         ` bug#59193: " 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.