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
|
||||
(package
|
||||
(name "sbcl-ironclad")
|
||||
(version "0.56")
|
||||
(version "0.57")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1982,8 +1982,8 @@ also be supported.")
|
|||
(url "https://github.com/sharplispers/ironclad/")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0dhakily94vswl8a6q9ad0af8nk4pnvfgx7sw9kxl1wdq1pkg3ni"))
|
||||
(file-name (git-file-name name version))))
|
||||
(base32 "123qnf4rmi06vyfmnpdzbjskz8vk35kppjpmms21bxhb7rhxzlh2"))
|
||||
(file-name (git-file-name "cl-ironclad" version))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
;; Tests only.
|
||||
|
|
Reference in New Issue