gnu: sbcl-ironclad: Update to 0.55.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.55.
This commit is contained in:
Guillaume Le Vaillant 2021-03-29 13:33:18 +02:00
parent 46884fc4df
commit 7c9016bbad
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2094,7 +2094,7 @@ (define-public ecl-nibbles
(define-public sbcl-ironclad (define-public sbcl-ironclad
(package (package
(name "sbcl-ironclad") (name "sbcl-ironclad")
(version "0.54") (version "0.55")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2102,7 +2102,7 @@ (define-public sbcl-ironclad
(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 "07g0wpvfqq2yk23prs890d4qvbnr3xd6w8ssd88g89xdg483wpvk")) (base32 "1w4slnc4143w1gcff1wxsivzb8kcji0bpd7y9rld3sabay0qprwl"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs