gnu: sbcl-ironclad: Update to 0.49.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.49.
  [inputs]: Add trivial-garbage.
This commit is contained in:
Guillaume Le Vaillant 2020-04-14 11:26:37 +02:00
parent 5a9d2dfb74
commit acaeaa0a29
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1711,7 +1711,7 @@ (define-public ecl-nibbles
(define-public sbcl-ironclad (define-public sbcl-ironclad
(package (package
(name "sbcl-ironclad") (name "sbcl-ironclad")
(version "0.48") (version "0.49")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1719,8 +1719,7 @@ (define-public sbcl-ironclad
(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 (base32 "0kbzqg2aasrhjwy3nrzy2ddy809n1j045w4qkyc3r2syqd203d4q"))
"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
@ -1728,7 +1727,8 @@ (define-public sbcl-ironclad
`(("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)
("trivial-garbage" ,sbcl-trivial-garbage)))
(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.