* [bug#59117] [PATCH] gnu: cl-april: Update to 1.0-2.93b1004.
@ 2022-11-08 4:12 Paul A. Patience
2022-11-08 9:46 ` bug#59117: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-11-08 4:12 UTC (permalink / raw)
To: 59117; +Cc: Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-2.93b1004.
[inputs]: Remove sbcl-decimals. Add sbcl-cl-unicode and
sbcl-serapeum. Sort inputs.
---
gnu/packages/lisp-xyz.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1c580c7263..84d139235c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21457,11 +21457,11 @@ (define-public ecl-simple-date-time
(sbcl-package->ecl-package sbcl-simple-date-time))
(define-public sbcl-april
- (let ((commit "963e2d8e5575a7d430c1fba7adedd15cb23c4ce8")
- (revision "1"))
+ (let ((commit "93b10042206475b9cce649d76ffaf00dcdbe498f")
+ (revision "2"))
(package
(name "sbcl-april")
- (version (git-version "0.9.3" revision commit))
+ (version (git-version "1.0" revision commit))
(source
(origin
(method git-fetch)
@@ -21470,7 +21470,7 @@ (define-public sbcl-april
(commit commit)))
(file-name (git-file-name "cl-april" version))
(sha256
- (base32 "0v27fpss1ayca2r47k0zpqa9a423a86pv8s2mlgc3g5s48lgcmj3"))
+ (base32 "16az6cs13hxqn7sa2cxask077kvzp8prnrvnqm5igqq92y174n8g"))
(modules '((guix build utils)))
(snippet '(begin
;; Remove bundled Apache-relicensed MaxPC.
@@ -21482,15 +21482,16 @@ (define-public sbcl-april
(inputs
(list sbcl-alexandria
sbcl-array-operations
- sbcl-maxpc
sbcl-cl-ppcre
- sbcl-symbol-munger
- sbcl-prove
- sbcl-parse-number
+ sbcl-cl-unicode
sbcl-lparallel
+ sbcl-maxpc
+ sbcl-parse-number
+ sbcl-prove
sbcl-random-state
- sbcl-decimals
+ sbcl-serapeum
sbcl-simple-date-time
+ sbcl-symbol-munger
sbcl-trivia))
(home-page "https://github.com/phantomics/april")
(synopsis "Array Programming Re-Imagined in Lisp")
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59117: [PATCH] gnu: cl-april: Update to 1.0-2.93b1004.
2022-11-08 4:12 [bug#59117] [PATCH] gnu: cl-april: Update to 1.0-2.93b1004 Paul A. Patience
@ 2022-11-08 9:46 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-08 9:46 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 59117-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 0e69ee46cc19396c40022971c8000b8e528f3747.
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:[~2022-11-08 9:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-08 4:12 [bug#59117] [PATCH] gnu: cl-april: Update to 1.0-2.93b1004 Paul A. Patience
2022-11-08 9:46 ` bug#59117: " 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.