gnu: Add rust-polyval-0.3.

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

View file

@ -26687,6 +26687,24 @@ (define-public rust-polyval-0.4
for constructing a Message Authentication Code (MAC).")
(license (list license:asl2.0 license:expat))))
(define-public rust-polyval-0.3
(package
(inherit rust-polyval-0.4)
(name "rust-polyval")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "polyval" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (base32 "04m2wf4pk6gglvl12fj7ylc2iqhxmzqj46rds6zy73cpk0a39hvy"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-universal-hash" ,rust-universal-hash-0.3)
("rust-zeroize" ,rust-zeroize-1))))))
(define-public rust-pom-3
(package
(name "rust-pom")