all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: Guillaume Le Vaillant <glv@posteo.net>
Cc: 61935@debbugs.gnu.org, Artyom Bologov <mail@aartaka.me>
Subject: [bug#61935] [PATCH] gnu: sbcl-nsymbols: Update to 0.3.0.
Date: Mon, 06 Mar 2023 20:47:37 +0400	[thread overview]
Message-ID: <87y1o9ltb3.fsf@aartaka.me> (raw)
In-Reply-To: <87jzzwq1zf.fsf@kitej>

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

Hello Guillaume,

Right, see the new version patch in the attachment.


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

From 4879a1c21b51291904be46b9ef9bd6a91a229043 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Mon, 6 Mar 2023 20:44:41 +0400
Subject: [PATCH] gnu: sbcl-nsymbols: Update to 0.3.1.

* gnu/packages/lisp-xyz.scm (sbcl-nsymbols): Update to 0.3.1.
[inputs]: Add cl-closer-mop.
[arguments]<#:asd-systems>: Add nsymbols/star.
---
 gnu/packages/lisp-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a8792dee52..ebe7472089 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24798,7 +24798,7 @@ (define-public ecl-nactivitypub
 (define-public sbcl-nsymbols
   (package
    (name "sbcl-nsymbols")
-   (version "0.2.0")
+   (version "0.3.1")
    (source
     (origin
      (method git-fetch)
@@ -24807,9 +24807,12 @@ (define-public sbcl-nsymbols
            (commit version)))
      (file-name (git-file-name "cl-nsymbols" version))
      (sha256
-      (base32 "1nks5v2l6vf0kwiyv3r2lickp3xhyi0ck33y1l08crmwhn097hpd"))))
+      (base32 "14zdwsk2nrismj3xb54kfpgcdcsdzw3fyd7zwxlsir66lv9w9ji9"))))
    (build-system asdf-build-system/sbcl)
    (native-inputs (list sbcl-lisp-unit2))
+   (inputs (list cl-closer-mop))
+   (arguments
+    '(#:asd-systems '("nsymbols" "nsymbols/star")))
    (synopsis
     "Functions to search, filter, and group symbols in chosen packages")
    (home-page "https://github.com/atlas-engineer/nsymbols")
-- 
2.38.1


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


Thanks,
--
Artyom.

  reply	other threads:[~2023-03-06 16:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 14:14 [bug#61935] [PATCH] gnu: sbcl-nsymbols: Update to 0.3.0 Artyom Bologov
2023-03-04  9:45 ` Guillaume Le Vaillant
2023-03-06 16:47   ` Artyom Bologov [this message]
2023-03-07 10:39     ` bug#61935: " 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=87y1o9ltb3.fsf@aartaka.me \
    --to=mail@aartaka.me \
    --cc=61935@debbugs.gnu.org \
    --cc=glv@posteo.net \
    /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.