gnu: sbcl-ironclad: Update to 0.53.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.53.
This commit is contained in:
Guillaume Le Vaillant 2020-12-18 10:21:24 +01:00
parent 14c00ab710
commit 1963a611f7
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1689,7 +1689,7 @@ also be supported.")
(define-public sbcl-ironclad (define-public sbcl-ironclad
(package (package
(name "sbcl-ironclad") (name "sbcl-ironclad")
(version "0.52") (version "0.53")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1697,7 +1697,7 @@ 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 "0cyghppxwg7jr56af6098drbl6byknqlqcnj9sqlab5pxlywzkxx")) (base32 "01qdfa0jggqbwlsb3aw1iigvs5xhnddk6kn3abhan59956dsbp02"))
(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