GNU bug report logs -
#59117
[PATCH] gnu: cl-april: Update to 1.0-2.93b1004.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Tue, 8 Nov 2022 04:14:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 08 Nov 2022 09:46:27 +0000
with message-id <87tu39g4mf.fsf <at> kitej>
and subject line Re: [bug#59117] [PATCH] gnu: cl-april: Update to 1.0-2.93b1004.
has caused the debbugs.gnu.org bug report #59117,
regarding [PATCH] gnu: cl-april: Update to 1.0-2.93b1004.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59117: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59117
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as 0e69ee46cc19396c40022971c8000b8e528f3747.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.