mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: sbcl-ironclad: Update to 0.54.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.54.
This commit is contained in:
parent
74783ba56e
commit
61ec6dc63b
1 changed files with 2 additions and 2 deletions
|
@ -1724,7 +1724,7 @@ (define-public ecl-nibbles
|
|||
(define-public sbcl-ironclad
|
||||
(package
|
||||
(name "sbcl-ironclad")
|
||||
(version "0.53")
|
||||
(version "0.54")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1732,7 +1732,7 @@ (define-public sbcl-ironclad
|
|||
(url "https://github.com/sharplispers/ironclad/")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "01qdfa0jggqbwlsb3aw1iigvs5xhnddk6kn3abhan59956dsbp02"))
|
||||
(base32 "07g0wpvfqq2yk23prs890d4qvbnr3xd6w8ssd88g89xdg483wpvk"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue