gnu: Add rust-ghash-0.2.

* gnu/packages/crates-io.scm (rust-ghash-0.2): New variable.
This commit is contained in:
Nicolas Goaziou 2021-02-10 10:56:34 +01:00
parent c30e299e67
commit 5489360767
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14652,6 +14652,24 @@ (define-public rust-ghash-0.3
authenticated encryption cipher.")
(license (list license:expat license:asl2.0))))
(define-public rust-ghash-0.2
(package
(inherit rust-ghash-0.3)
(name "rust-ghash")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "ghash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0lijv1y6qcysnxv45ny5fjvc4v9gmpggxlj6xa4l065737nk02cz"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-polyval" ,rust-polyval-0.3)
("rust-zeroize" ,rust-zeroize-1))))))
(define-public rust-gimli-0.20
(package
(name "rust-gimli")