Archived
1
0
Fork 0

gnu: sbcl-ironclad: Update to 0.52.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.52.
This commit is contained in:
Guillaume Le Vaillant 2020-12-01 11:45:51 +01:00
parent ad884c3b88
commit 7a0f660609
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1581,7 +1581,7 @@ also be supported.")
(define-public sbcl-ironclad (define-public sbcl-ironclad
(package (package
(name "sbcl-ironclad") (name "sbcl-ironclad")
(version "0.51") (version "0.52")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1589,7 +1589,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 "1zxkzbxsfb83bb87rhp4h75cc1h5f6ziyfa5lvaa30zgix9l2d7v")) (base32 "0cyghppxwg7jr56af6098drbl6byknqlqcnj9sqlab5pxlywzkxx"))
(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