GNU bug report logs -
#54707
[PATCH] gnu: sbcl-sxql: Update to cc3478c.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 4 Apr 2022 14:50: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 Thu, 07 Apr 2022 08:24:41 +0000
with message-id <87czhtgv0x.fsf <at> kitej>
and subject line Re: [bug#54707] [PATCH v2] gnu: sbcl-sxql: Update to cc3478c.
has caused the debbugs.gnu.org bug report #54707,
regarding [PATCH] gnu: sbcl-sxql: Update to cc3478c.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54707: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54707
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (sbcl-sxql): Update to cc3478c.
---
gnu/packages/lisp-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e8c6406d7a..aa0a744c1c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10790,10 +10790,11 @@ (define-public ecl-exponential-backoff
(sbcl-package->ecl-package sbcl-exponential-backoff))
(define-public sbcl-sxql
- (let ((commit "acdd183a4c38b4e0699a285f8a711c88f6b4302c"))
+ (let ((commit "cc3478cacb0557475a59cf619dad66c5dc8080ba")
+ (revision "3"))
(package
(name "sbcl-sxql")
- (version (git-version "0.1.0" "2" commit))
+ (version (git-version "0.1.0" revision commit))
(source
(origin
(method git-fetch)
@@ -10802,7 +10803,7 @@ (define-public sbcl-sxql
(commit commit)))
(file-name (git-file-name "sqxl" version))
(sha256
- (base32 "1i1crdsf2nbyxxpvjgrwmwpjxn6a4drbcmqs4q4shfi8zyap7vng"))))
+ (base32 "011an993amy8q3gl4hyqrgnc93cgny3cv9gbp679rrmyyp8zmywr"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
@@ -10811,6 +10812,7 @@ (define-public sbcl-sxql
sbcl-iterate
sbcl-optima
sbcl-split-sequence
+ sbcl-trivia
sbcl-trivial-types))
(native-inputs
(list sbcl-prove))
--
2.34.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as b94b334cb7f77fdd9380d76e25d85664adb5b997.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.