summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2023-11-15 19:03:57 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2023-11-18 17:09:57 +0100
commit3f0ee6e7af3aeec0369c9bfb71f8e0abf06c6ed0 (patch)
treecd1b131158984ae05b40549be1551c0adec02295
parentb9ec0d4ef98bf1b9f5488a44a79de2cefa26ab9e (diff)
downloadguix-patches-3f0ee6e7af3aeec0369c9bfb71f8e0abf06c6ed0.tar
guix-patches-3f0ee6e7af3aeec0369c9bfb71f8e0abf06c6ed0.tar.gz
gnu: cl-croatoan: Update to 0.2.
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.2. Change-Id: Ia23646016f14f9531cfc6eec2842263cd212c1e9 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7c65ba9e9c..4c21031f90 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18925,7 +18925,7 @@ protocol for Mastodon.")
(define-public sbcl-croatoan
(package
(name "sbcl-croatoan")
- (version "0.1")
+ (version "0.2")
(source
(origin
(method git-fetch)
@@ -18934,7 +18934,7 @@ protocol for Mastodon.")
(commit (string-append "v" version))))
(file-name (git-file-name "cl-croatoan" version))
(sha256
- (base32 "1whbvwc4df7zz0002xy3aczrpf4s3vk6kmyh9wydgwl112h060pd"))))
+ (base32 "0x2rlckyn8kn5mqy0fib8piggz694g3naarz2dvha1hsy4jhb1wg"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:phases