gnu: sbcl-ironclad: Update to 0.57.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.57.
parent
b42f455780
commit
5a99c46ab5
|
@ -1974,7 +1974,7 @@ also be supported.")
|
||||||
(define-public sbcl-ironclad
|
(define-public sbcl-ironclad
|
||||||
(package
|
(package
|
||||||
(name "sbcl-ironclad")
|
(name "sbcl-ironclad")
|
||||||
(version "0.56")
|
(version "0.57")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1982,8 +1982,8 @@ also be supported.")
|
||||||
(url "https://github.com/sharplispers/ironclad/")
|
(url "https://github.com/sharplispers/ironclad/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dhakily94vswl8a6q9ad0af8nk4pnvfgx7sw9kxl1wdq1pkg3ni"))
|
(base32 "123qnf4rmi06vyfmnpdzbjskz8vk35kppjpmms21bxhb7rhxzlh2"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name "cl-ironclad" version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; Tests only.
|
;; Tests only.
|
||||||
|
|
Reference in New Issue