diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-07-03 13:40:05 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-07-03 14:10:41 +0200 |
commit | a703c89f70c932b9f2aab11b3d4ccf97d9c1e309 (patch) | |
tree | 9d21d572fdc4e5a346e033176bbbf5ab59aa687d | |
parent | eef099a2e1648032c571567c6da29ccd86e72058 (diff) |
gnu: sbcl-serapeum: Update to 20210630.
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210630.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 410f6ebf99..9fc96a49a4 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7625,8 +7625,8 @@ implementation specific equivalent.") (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 @@ implementation specific equivalent.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "16mz6xgcb5pkjg7xb760ga4hxbdhm9f843l42kc546hknhfq8x7b")))) + (base32 "0vij9jhji09way1rpd0r5sgjnh5amm3f2ymppnqkw0c6nnk2p0kd")))) (build-system asdf-build-system/sbcl) (inputs `(("alexandria" ,sbcl-alexandria) |