GNU bug report logs -
#59116
[PATCH] gnu: cl-serapeum: Update to 0.0.0-8.fbfd2a2.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Tue, 8 Nov 2022 04:01:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-8.fbfd2a2.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1c580c7263..51d68de6b3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8114,8 +8114,8 @@ (define-public ecl-trivial-macroexpand-all
(sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
(define-public sbcl-serapeum
- (let ((commit "d2150c6fb75c16f2ee0abd145a1089d0019e7f7e")
- (revision "7"))
+ (let ((commit "fbfd2a219fb22c70c1c5b86910c5106fd0f9b447")
+ (revision "8"))
(package
(name "sbcl-serapeum")
(version (git-version "0.0.0" revision commit))
@@ -8128,7 +8128,7 @@ (define-public sbcl-serapeum
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1czs771nyqz45ndd09iiva2swvazy1b2z0k6h4qqdd839vnjcs06"))))
+ (base32 "0gz70hwlsyawmm7j85yjg449hpy57w5jdd7rkal6lhmmfnl0nsbp"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
--
2.38.0
This bug report was last modified 2 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.