all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: 59193@debbugs.gnu.org
Subject: [bug#59193] [PATCH] gnu: sbcl-njson: Update to 0.2.1.
Date: Fri, 11 Nov 2022 16:49:40 +0400	[thread overview]
Message-ID: <87mt8xpsb3.fsf@aartaka.me> (raw)

[-- 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.

             reply	other threads:[~2022-11-11 12:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11 12:49 Artyom Bologov [this message]
2022-11-15  9:56 ` [bug#59193] [PATCH] gnu: sbcl-njson: Update to 0.2.1 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mt8xpsb3.fsf@aartaka.me \
    --to=mail@aartaka.me \
    --cc=59193@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.