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>master
parent
7d05e6c89e
commit
3f5023a503
|
@ -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.
|
||||
|
|
Reference in New Issue