GNU bug report logs -
#55942
[PATCH 1/3] gnu: serapeum: Remove input labels.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Mon, 13 Jun 2022 12:26: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
* gnu/packages/lisp-xyz.scm (serapeum): Update to 0.0.0-7.d2150c6.
[inputs]: Remove sbcl-named-readtables and sbcl-fare-quasiquote.
Add sbcl-introspect-environment and sbcl-trivial-cltl2.
[native-inputs]: Add sbcl-atomics.
---
gnu/packages/lisp-xyz.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cf8af2fc89..8ebb66b212 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7504,8 +7504,8 @@ (define-public ecl-trivial-macroexpand-all
(sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
(define-public sbcl-serapeum
- (let ((commit "c29a52ff0c5f6e60b09919c3a0daa8df7599ddb9")
- (revision "6"))
+ (let ((commit "d2150c6fb75c16f2ee0abd145a1089d0019e7f7e")
+ (revision "7"))
(package
(name "sbcl-serapeum")
(version (git-version "0.0.0" revision commit))
@@ -7518,7 +7518,7 @@ (define-public sbcl-serapeum
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0vij9jhji09way1rpd0r5sgjnh5amm3f2ymppnqkw0c6nnk2p0kd"))))
+ (base32 "1czs771nyqz45ndd09iiva2swvazy1b2z0k6h4qqdd839vnjcs06"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
@@ -7528,14 +7528,15 @@ (define-public sbcl-serapeum
sbcl-parse-number
sbcl-trivial-garbage
sbcl-bordeaux-threads
- sbcl-named-readtables
- sbcl-fare-quasiquote
sbcl-parse-declarations
+ sbcl-introspect-environment
+ sbcl-trivial-cltl2
sbcl-global-vars
sbcl-trivial-file-size
sbcl-trivial-macroexpand-all))
(native-inputs
- (list sbcl-fiveam
+ (list sbcl-atomics
+ sbcl-fiveam
sbcl-local-time))
(arguments
(list #:phases
--
2.36.1
This bug report was last modified 2 years and 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.