Archived
1
0
Fork 0

gnu: sbcl-serapeum: Update to 20230524.

* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20230524.
This commit is contained in:
Pierre Neidhardt 2023-05-24 09:59:38 +02:00
parent fc79528ae3
commit a882b4856a
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -9769,8 +9769,8 @@ implementation specific equivalent.")
(sbcl-package->ecl-package sbcl-trivial-macroexpand-all)) (sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
(define-public sbcl-serapeum (define-public sbcl-serapeum
(let ((commit "0810fdef36f34e6149bee3aa7d604f5833ec86e9") (let ((commit "47217ab69f76673db7e1fa65665ab804fb46d974")
(revision "10")) (revision "11"))
(package (package
(name "sbcl-serapeum") (name "sbcl-serapeum")
(version (git-version "0.0.0" revision commit)) (version (git-version "0.0.0" revision commit))
@ -9783,7 +9783,7 @@ implementation specific equivalent.")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0ylxh2za3940ybpnmh9dwkc27jd3vbxj5v003qlbn9z5xqb84ahr")))) (base32 "1mr868z1za6vfhb7gq3j7c1rb606gqfzschxdy7wcqx5xv3ndgpa"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
(list sbcl-alexandria (list sbcl-alexandria