diff options
author | cage <cage-dev@twistfold.it> | 2021-12-01 11:40:10 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-01 13:16:01 +0100 |
commit | 0da9ae01a88978d6e446a8092e8ca970fd1ed8c4 (patch) | |
tree | 69eae5baf406296f6ce1cb22569af3223a24760c /gnu/packages | |
parent | dc438820c3ec9f5409964a0479318bd9506739c5 (diff) | |
download | guix-0da9ae01a88978d6e446a8092e8ca970fd1ed8c4.tar.gz |
gnu: cl-croatoan: Update to 0.0.1-4.cf87513.
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-4.cf87513. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages')
-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 c6822558ec..3cd52d4534 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -14876,8 +14876,8 @@ protocol for Mastodon.") (sbcl-package->cl-source-package sbcl-tooter)) (define-public sbcl-croatoan - (let ((commit "a577951d8dd607f828d6efb3290b4e8ac9f1e654") - (revision "3")) + (let ((commit "cf875137a23ed4efbfde63e52691f1b544d55d17") + (revision "4")) (package (name "sbcl-croatoan") (version (git-version "0.0.1" revision commit)) @@ -14889,7 +14889,7 @@ protocol for Mastodon.") (commit commit))) (file-name (git-file-name "croatoan" version)) (sha256 - (base32 "1y7a13mzy0cz19pw0xvqwca1s7frfaqryaqwl1mrq7iz84sw0fcw")))) + (base32 "0dvp8irimlnnvz2m4lnmxp19xbam1yfri3d1i9qqml968i08xcwb")))) (build-system asdf-build-system/sbcl) (arguments '(#:phases |