From 3f0ee6e7af3aeec0369c9bfb71f8e0abf06c6ed0 Mon Sep 17 00:00:00 2001 From: cage Date: Wed, 15 Nov 2023 19:03:57 +0100 Subject: 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 --- gnu/packages/lisp-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3