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>
This commit is contained in:
parent
7d05e6c89e
commit
3f5023a503
1 changed files with 4 additions and 4 deletions
|
@ -3407,8 +3407,8 @@ than the body of the lambda.")
|
||||||
|
|
||||||
(define-public sbcl-nibbles
|
(define-public sbcl-nibbles
|
||||||
;; No tagged release since 2018.
|
;; No tagged release since 2018.
|
||||||
(let ((commit "dad25240928d5cf8f7df69c4398244e03570bb35")
|
(let ((commit "a46a67736e07b548cdd7485cb36834f7942313f1")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-nibbles")
|
(name "sbcl-nibbles")
|
||||||
(version (git-version "0.14" revision commit))
|
(version (git-version "0.14" revision commit))
|
||||||
|
@ -3418,9 +3418,9 @@ than the body of the lambda.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/sharplispers/nibbles/")
|
(url "https://github.com/sharplispers/nibbles/")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name "cl-nibbles" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r6ljlpgjmkf87pmvdwzva8qj15bhznc3ylgcjjqyy4frbx9lygz"))
|
(base32 "12qjich11hp31dhbvbsixyjbddmr6faaajigrivgbxy9kw6d279j"))))
|
||||||
(file-name (git-file-name "nibbles" version))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; Tests only.
|
;; Tests only.
|
||||||
|
|
Reference in a new issue