* [bug#68100] [PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8.
@ 2023-12-29 12:22 Paul A. Patience
2024-01-04 10:47 ` bug#68100: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-12-29 12:22 UTC (permalink / raw)
To: 68100; +Cc: Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-shasht): Update to 0.1-2.27ba0a8.
[inputs]: Add sbcl-closer-mop.
Change-Id: I7e7e534d5234158993c9f452d2c5107ce1d9dee9
---
gnu/packages/lisp-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1625197550..514b1fe2b8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20785,25 +20785,25 @@ (define-public cl-typesetting
(sbcl-package->cl-source-package sbcl-cl-typesetting))
(define-public sbcl-shasht
- (let ((commit "4055327ef8e2aaa8627892ab256350ff3cb15e3c")
- (revision "1"))
+ (let ((commit "27ba0a8842e103f2d575b3c8bbcfc19bd172d9ea")
+ (revision "2"))
(package
(name "sbcl-shasht")
- (version (git-version "0.1.0" revision commit))
+ (version (git-version "0.1" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/yitzchak/shasht")
(commit commit)))
- (file-name (git-file-name "shasht" version))
+ (file-name (git-file-name "cl-shasht" version))
(sha256
- (base32 "01mh20s5gj0lajq45anxji77ykq1wcg72mn1y9a1k8i7q1ainjlr"))))
+ (base32 "1y7qh8kdhk06243vkmxzdk0y9rax4g8pv28bd01j48ix777mpcdc"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-alexandria sbcl-parachute))
(inputs
- (list sbcl-trivial-do))
+ (list sbcl-closer-mop sbcl-trivial-do))
(home-page "https://yitzchak.github.io/shasht/")
(synopsis "Common Lisp JSON reading and writing library")
(description
base-commit: d4cef7edffe0283949fc0f06d7796cea3543b92f
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68100: [PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8.
2023-12-29 12:22 [bug#68100] [PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8 Paul A. Patience
@ 2024-01-04 10:47 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-04 10:47 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 68100-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 0fd2cb26329805ffba0df20bd96ee3673b8c3443.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-04 10:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-29 12:22 [bug#68100] [PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8 Paul A. Patience
2024-01-04 10:47 ` bug#68100: " 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.