mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-ironclad: Update to 0.53.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.53.
This commit is contained in:
parent
14c00ab710
commit
1963a611f7
1 changed files with 2 additions and 2 deletions
|
@ -1689,7 +1689,7 @@ also be supported.")
|
||||||
(define-public sbcl-ironclad
|
(define-public sbcl-ironclad
|
||||||
(package
|
(package
|
||||||
(name "sbcl-ironclad")
|
(name "sbcl-ironclad")
|
||||||
(version "0.52")
|
(version "0.53")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1697,7 +1697,7 @@ 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 "0cyghppxwg7jr56af6098drbl6byknqlqcnj9sqlab5pxlywzkxx"))
|
(base32 "01qdfa0jggqbwlsb3aw1iigvs5xhnddk6kn3abhan59956dsbp02"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue