diff options
author | Paul A. Patience <paul@apatience.com> | 2023-12-30 01:58:24 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-01-04 15:11:47 +0100 |
commit | 3f5023a503a4cc232ced2097efe1ca3a57e80fe9 (patch) | |
tree | e4a48837e1c38779eff2b837436c8e75ba74dc85 | |
parent | 7d05e6c89e0de9853aa68dce6e21ea6451d40946 (diff) | |
download | guix-3f5023a503a4cc232ced2097efe1ca3a57e80fe9.tar guix-3f5023a503a4cc232ced2097efe1ca3a57e80fe9.tar.gz |
gnu: cl-nibbles: Update to 0.14-3.a46a677.
* gnu/packages/lisp-xyz.scm (sbcl-nibbles): Update to 0.14-3.a46a677.
[file-name]: Rename to cl-nibbles. Move above sha256.
Change-Id: I6a95f3f24b043d7e2c192840d9bad62f5c661fb2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 3316b58a02..424931e0f8 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3407,8 +3407,8 @@ than the body of the lambda.") (define-public sbcl-nibbles ;; No tagged release since 2018. - (let ((commit "dad25240928d5cf8f7df69c4398244e03570bb35") - (revision "2")) + (let ((commit "a46a67736e07b548cdd7485cb36834f7942313f1") + (revision "3")) (package (name "sbcl-nibbles") (version (git-version "0.14" revision commit)) @@ -3418,9 +3418,9 @@ than the body of the lambda.") (uri (git-reference (url "https://github.com/sharplispers/nibbles/") (commit commit))) + (file-name (git-file-name "cl-nibbles" version)) (sha256 - (base32 "0r6ljlpgjmkf87pmvdwzva8qj15bhznc3ylgcjjqyy4frbx9lygz")) - (file-name (git-file-name "nibbles" version)))) + (base32 "12qjich11hp31dhbvbsixyjbddmr6faaajigrivgbxy9kw6d279j")))) (build-system asdf-build-system/sbcl) (native-inputs ;; Tests only. |