mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: rust-crypto-mac-0.4: Inherit from rust-crypto-mac-0.11.
* gnu/packages/crates-crypto.scm (rust-crypto-mac-0.4): Inherit from rust-crypto-mac-0.11. Change-Id: I31f99172a8010487b265074b6c8dd94fb59b26d1
This commit is contained in:
parent
41a327c179
commit
cc4d653801
1 changed files with 4 additions and 11 deletions
|
@ -1554,27 +1554,20 @@ (define-public rust-crypto-mac-0.7
|
||||||
|
|
||||||
(define-public rust-crypto-mac-0.4
|
(define-public rust-crypto-mac-0.4
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-crypto-mac-0.11)
|
||||||
(name "rust-crypto-mac")
|
(name "rust-crypto-mac")
|
||||||
(version "0.4.0")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "crypto-mac" version))
|
(uri (crate-uri "crypto-mac" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "160ixpghhz5kz16f38kzcyv6lx8wmi4cgbhlhq4nazf678iib43p"))))
|
||||||
"160ixpghhz5kz16f38kzcyv6lx8wmi4cgbhlhq4nazf678iib43p"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-constant-time-eq" ,rust-constant-time-eq-0.1)
|
(("rust-constant-time-eq" ,rust-constant-time-eq-0.1)
|
||||||
("rust-generic-array" ,rust-generic-array-0.8))))
|
("rust-generic-array" ,rust-generic-array-0.8))))))
|
||||||
(home-page "https://github.com/RustCrypto/traits")
|
|
||||||
(synopsis "Trait for Message Authentication Code (MAC) algorithms")
|
|
||||||
(description "This package provides traits for Message Authentication
|
|
||||||
Code (MAC) algorithms.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-crypto-tests-0.5
|
(define-public rust-crypto-tests-0.5
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue