all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: 61935@debbugs.gnu.org
Subject: [bug#61935] [PATCH] gnu: sbcl-nsymbols: Update to 0.3.0.
Date: Fri, 03 Mar 2023 18:14:21 +0400	[thread overview]
Message-ID: <87zg8tapk9.fsf@aartaka.me> (raw)

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

Hello Guix,

Here's a patch updating nsymbols to 0.3.0.


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

From 891fcfbc408c35d74a23b7fe6d0dcbf420864e76 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Fri, 3 Mar 2023 18:12:30 +0400
Subject: [PATCH] gnu: sbcl-nsymbols: Update to 0.3.0.

* gnu/packages/lisp-xyz.scm (sbcl-nsymbols): Update to 0.3.0.
---
 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..aa4df45c0c 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.0")
    (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 "1ax2f7kp1br9zixmmm0qn3b441baa582mgr0q8xsvs4nbv1l5dqx"))))
    (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: 27 bytes --]


Thanks,
--
Artyom Bologov

             reply	other threads:[~2023-03-03 14:17 UTC|newest]

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