[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: cl-croatoan: Update to 0.2.
|
From: |
guix-commits |
|
Subject: |
03/04: gnu: cl-croatoan: Update to 0.2. |
|
Date: |
Sat, 18 Nov 2023 11:10:47 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 3f0ee6e7af3aeec0369c9bfb71f8e0abf06c6ed0
Author: cage <cage-dev@twistfold.it>
AuthorDate: Wed Nov 15 19:03:57 2023 +0100
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>
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file 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