gnu: sbcl-ironclad: Update to 0.50.

* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.50.
  [inputs]: Remove trivial-garbage.
This commit is contained in:
Guillaume Le Vaillant 2020-07-01 09:58:20 +02:00
parent 1ac4959c6a
commit d2a9a39c71
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1713,7 +1713,7 @@ (define-public ecl-nibbles
(define-public sbcl-ironclad (define-public sbcl-ironclad
(package (package
(name "sbcl-ironclad") (name "sbcl-ironclad")
(version "0.49") (version "0.50")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1721,7 +1721,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 "0kbzqg2aasrhjwy3nrzy2ddy809n1j045w4qkyc3r2syqd203d4q")) (base32 "0k4bib9mbrzalbl9ivkw4a7g4c7bbad1l5jw4pzkifqszy2swkr5"))
(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
@ -1729,8 +1729,7 @@ (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.