summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-03-29 13:33:18 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-03-29 13:33:18 +0200
commit7c9016bbadee306d1d470a1b44fc2b640842281e (patch)
tree2e76fc284a9d5ae6f3d8cf70e2707796d151247c
parent46884fc4dfb6647583c22e2c17cf92acf4b13670 (diff)
gnu: sbcl-ironclad: Update to 0.55.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.55.
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ab258efdfd..1e6880f90f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2094,7 +2094,7 @@ also be supported.")
(define-public sbcl-ironclad
(package
(name "sbcl-ironclad")
- (version "0.54")
+ (version "0.55")
(source
(origin
(method git-fetch)
@@ -2102,7 +2102,7 @@ also be supported.")
(url "https://github.com/sharplispers/ironclad/")
(commit (string-append "v" version))))
(sha256
- (base32 "07g0wpvfqq2yk23prs890d4qvbnr3xd6w8ssd88g89xdg483wpvk"))
+ (base32 "1w4slnc4143w1gcff1wxsivzb8kcji0bpd7y9rld3sabay0qprwl"))
(file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl)
(native-inputs