diff options
author | jgart <jgart@dismail.de> | 2024-06-13 22:51:50 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-06-13 22:57:55 -0500 |
commit | b72fdac20061a882b1eeda5ed0e5e27bb1dec205 (patch) | |
tree | 19032a5793be7d8842ee6c17b9093346b498258a /gnu | |
parent | b8bbc186f04085a1721e9f7a4730d8a4291b1079 (diff) | |
download | guix-b72fdac20061a882b1eeda5ed0e5e27bb1dec205.tar guix-b72fdac20061a882b1eeda5ed0e5e27bb1dec205.tar.gz |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files 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 |