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.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Artyom Bologov 2023-03-06 20:44:41 +04:00 committed by Guillaume Le Vaillant
parent 0189ede02e
commit 66f7d95d02
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -24870,7 +24870,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)
@ -24879,9 +24879,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")