mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add rust-polyval-0.3.
* gnu/packages/crates-io.scm (rust-polyval-0.3): New variable.
This commit is contained in:
parent
595b1a819a
commit
c30e299e67
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue