me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-ironclad: Update to 0.52.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.52.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1581,7 +1581,7 @@ also be supported.")
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
(version "0.51")
(version "0.52")
(source
(origin
(method git-fetch)
@ -1589,7 +1589,7 @@ also be supported.")
(url "https://github.com/sharplispers/ironclad/")
(commit (string-append "v" version))))
(sha256
(base32 "1zxkzbxsfb83bb87rhp4h75cc1h5f6ziyfa5lvaa30zgix9l2d7v"))
(base32 "0cyghppxwg7jr56af6098drbl6byknqlqcnj9sqlab5pxlywzkxx"))
(file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl)
(native-inputs