gnu: cl-ironclad: Update to 0.60.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.60. Change-Id: I9a2d44b255343607a1a69b996bfb0f4a04e8917amaster
parent
4b1ae207ed
commit
6b971bc195
|
@ -3487,7 +3487,7 @@ also be supported.")
|
|||
(define-public sbcl-ironclad
|
||||
(package
|
||||
(name "sbcl-ironclad")
|
||||
(version "0.59")
|
||||
(version "0.60")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3495,7 +3495,7 @@ also be supported.")
|
|||
(url "https://github.com/sharplispers/ironclad/")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "02abwy59v9hfdl2ya4h6l2hc1xrnvqlxzg9vlk87wmi92azpa8v9"))
|
||||
(base32 "122ldxiddkscb3li5wjrppr7vyn77znyjfgs8pbflrskzyxlabdd"))
|
||||
(file-name (git-file-name "cl-ironclad" version))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue