This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b72fdac200 gnu: sbcl-charje.loop: Update to v0.0.1.
b72fdac200 is described below
commit b72fdac20061a882b1eeda5ed0e5e27bb1dec205
Author: jgart <[email protected]>
AuthorDate: Thu Jun 13 22:51:50 2024 -0500
gnu: sbcl-charje.loop: Update to v0.0.1.
* gnu/packages/lisp-xyz.scm (sbcl-charje.loop): Update to v0.0.1.
Change-Id: I9c1fcea99d6aaa8914300bf01c811ec4fcfea6ea
---
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 5b888eafb6..5c798b98b0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3164,7 +3164,7 @@ initialization methods.")
(define-public sbcl-charje.loop
(package
(name "sbcl-charje.loop")
- (version "0.0.0")
+ (version "0.0.1")
(source
(origin
(method git-fetch)
@@ -3174,7 +3174,7 @@ initialization methods.")
(file-name (git-file-name "cl-charje.loop" version))
(sha256
(base32
- "1x1hw5xmrx9xmfzga8y0yi6s27r7zc80rwl2z7l4d2h24ykscvd4"))))
+ "13353ycjm4jyczlqxh5r7f7q8g679pyfx91w4hj9p6mp7paqsn16"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria