gnu: sbcl-serapeum: Update to 20210630.

* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210630.
This commit is contained in:
Pierre Neidhardt 2021-07-03 13:40:05 +02:00
parent eef099a2e1
commit a703c89f70
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -7625,8 +7625,8 @@ (define-public ecl-trivial-macroexpand-all
(sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
(define-public sbcl-serapeum
(let ((commit "f5da17b635ecb11d8317800f1674e88ca779dac5")
(revision "5"))
(let ((commit "c29a52ff0c5f6e60b09919c3a0daa8df7599ddb9")
(revision "6"))
(package
(name "sbcl-serapeum")
(version (git-version "0.0.0" revision commit))
@ -7639,7 +7639,7 @@ (define-public sbcl-serapeum
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "16mz6xgcb5pkjg7xb760ga4hxbdhm9f843l42kc546hknhfq8x7b"))))
(base32 "0vij9jhji09way1rpd0r5sgjnh5amm3f2ymppnqkw0c6nnk2p0kd"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)