gnu: cl-ironclad: Update to 0.61.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.61.

Change-Id: I1288b2bd8553d37ea4f7a65acbf7e672ebc1ebb2
This commit is contained in:
Guillaume Le Vaillant 2024-08-20 10:23:05 +02:00
parent 06b1f16b8a
commit 9cdad6aeb6
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -17684,7 +17684,7 @@ (define-public ecl-iolib
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
(version "0.60")
(version "0.61")
(source
(origin
(method git-fetch)
@ -17692,7 +17692,7 @@ (define-public sbcl-ironclad
(url "https://github.com/sharplispers/ironclad/")
(commit (string-append "v" version))))
(sha256
(base32 "122ldxiddkscb3li5wjrppr7vyn77znyjfgs8pbflrskzyxlabdd"))
(base32 "1yszjy6a0q1jvdgd7fpmnvi9851s8ivp4plscw27lbnl7jlj1pmk"))
(file-name (git-file-name "cl-ironclad" version))))
(build-system asdf-build-system/sbcl)
(native-inputs