gnu: ironclad: Update to 0.46.
* gnu/packages/lisp.scm (sbcl-ironclad): Update to 0.46. [source]: Fix file-name. [inputs]: Add bordeaux-threads dependency. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
37c08f42f7
commit
97ce5964fb
|
@ -2175,7 +2175,7 @@ also be supported.")
|
||||||
(define-public sbcl-ironclad
|
(define-public sbcl-ironclad
|
||||||
(package
|
(package
|
||||||
(name "sbcl-ironclad")
|
(name "sbcl-ironclad")
|
||||||
(version "0.42")
|
(version "0.46")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2184,14 +2184,15 @@ also be supported.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wjcb9vpybxjrmch7f7s78a5abxmnknbd4fl49dl5lz8a3fc8vf0"))
|
"1s391awi2lsl7m1dbjirgpkm4p9p8wd076pakgvsvpn1rrznisnd"))
|
||||||
(file-name (string-append "ironblad" version "-checkout"))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; Tests only.
|
;; Tests only.
|
||||||
`(("rt" ,sbcl-rt)))
|
`(("rt" ,sbcl-rt)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("flexi-streams" ,sbcl-flexi-streams)
|
`(("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||||
|
("flexi-streams" ,sbcl-flexi-streams)
|
||||||
("nibbles" ,sbcl-nibbles)))
|
("nibbles" ,sbcl-nibbles)))
|
||||||
(synopsis "Cryptographic toolkit written in Common Lisp")
|
(synopsis "Cryptographic toolkit written in Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue