me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-ironclad: Update to 0.57.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.57.
Guillaume Le Vaillant 2022-03-03 10:57:52 +01:00
parent b42f455780
commit 5a99c46ab5
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 3 deletions

View File

@ -1974,7 +1974,7 @@ also be supported.")
(define-public sbcl-ironclad (define-public sbcl-ironclad
(package (package
(name "sbcl-ironclad") (name "sbcl-ironclad")
(version "0.56") (version "0.57")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1982,8 +1982,8 @@ 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 "0dhakily94vswl8a6q9ad0af8nk4pnvfgx7sw9kxl1wdq1pkg3ni")) (base32 "123qnf4rmi06vyfmnpdzbjskz8vk35kppjpmms21bxhb7rhxzlh2"))
(file-name (git-file-name name version)))) (file-name (git-file-name "cl-ironclad" version))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
;; Tests only. ;; Tests only.