gnu: Add rust-crypto-mac-0.5.
* gnu/packages/crates-io.scm (rust-crypto-mac-0.5): New variable.
This commit is contained in:
parent
e6ca1278d8
commit
d24d7bc736
1 changed files with 18 additions and 0 deletions
|
@ -9097,6 +9097,24 @@ (define-public rust-crypto-mac-0.7
|
|||
("rust-generic-array" ,rust-generic-array-0.12)
|
||||
("rust-subtle" ,rust-subtle-1))))))
|
||||
|
||||
(define-public rust-crypto-mac-0.5
|
||||
(package
|
||||
(inherit rust-crypto-mac-0.10)
|
||||
(name "rust-crypto-mac")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crypto-mac" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0n6r10zlnfv9gbjj0380sxfffxhq1khfjqwsn7fx8iil9pzv9689"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-constant-time-eq" ,rust-constant-time-eq-0.1)
|
||||
("rust-generic-array" ,rust-generic-array-0.9))))))
|
||||
|
||||
(define-public rust-crypto-mac-0.4
|
||||
(package
|
||||
(name "rust-crypto-mac")
|
||||
|
|
Loading…
Reference in a new issue