gnu: sbcl-serapeum: Update to 0.0.0-5.f5da17b.

* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-5.f5da17b.
This commit is contained in:
Guillaume Le Vaillant 2021-05-07 14:04:05 +02:00
parent 17e0f8255c
commit fb38c62732
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -7579,8 +7579,8 @@ (define-public ecl-trivial-macroexpand-all
(sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
(define-public sbcl-serapeum
(let ((commit "263f415a350736b44e3878524ff3997e656fca32")
(revision "4"))
(let ((commit "f5da17b635ecb11d8317800f1674e88ca779dac5")
(revision "5"))
(package
(name "sbcl-serapeum")
(version (git-version "0.0.0" revision commit))
@ -7593,8 +7593,7 @@ (define-public sbcl-serapeum
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1669yidvxq41s3g6hb2jk21bcb5s2bnfsacpyd5b0hdxbmc7knq3"))))
(base32 "16mz6xgcb5pkjg7xb760ga4hxbdhm9f843l42kc546hknhfq8x7b"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)