mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: sbcl-ironclad: Update to 0.55.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.55.
This commit is contained in:
parent
46884fc4df
commit
7c9016bbad
1 changed files with 2 additions and 2 deletions
|
@ -2094,7 +2094,7 @@ (define-public ecl-nibbles
|
|||
(define-public sbcl-ironclad
|
||||
(package
|
||||
(name "sbcl-ironclad")
|
||||
(version "0.54")
|
||||
(version "0.55")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2102,7 +2102,7 @@ (define-public sbcl-ironclad
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue