gnu: sbcl-ironclad: Update to 0.48.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.48. [inputs]: Remove nibbles.
This commit is contained in:
parent
544fff4f43
commit
d589f0d2bc
1 changed files with 3 additions and 4 deletions
|
@ -1669,7 +1669,7 @@ also be supported.")
|
||||||
(define-public sbcl-ironclad
|
(define-public sbcl-ironclad
|
||||||
(package
|
(package
|
||||||
(name "sbcl-ironclad")
|
(name "sbcl-ironclad")
|
||||||
(version "0.46")
|
(version "0.48")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1678,7 +1678,7 @@ also be supported.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s391awi2lsl7m1dbjirgpkm4p9p8wd076pakgvsvpn1rrznisnd"))
|
"1wzczpgvgjc5h8ghz75kxi7iykmqxqchdhgdhkif9j99kyqvbyam"))
|
||||||
(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
|
||||||
|
@ -1686,8 +1686,7 @@ also be supported.")
|
||||||
`(("rt" ,sbcl-rt)))
|
`(("rt" ,sbcl-rt)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bordeaux-threads" ,sbcl-bordeaux-threads)
|
`(("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||||
("flexi-streams" ,sbcl-flexi-streams)
|
("flexi-streams" ,sbcl-flexi-streams)))
|
||||||
("nibbles" ,sbcl-nibbles)))
|
|
||||||
(synopsis "Cryptographic toolkit written in Common Lisp")
|
(synopsis "Cryptographic toolkit written in Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Ironclad is a cryptography library written entirely in Common Lisp.
|
"Ironclad is a cryptography library written entirely in Common Lisp.
|
||||||
|
|
Reference in a new issue