mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Remove rust-crypto-mac-0.5.
* gnu/packages/crates-crypto.scm (rust-crypto-mac-0.5): Delete variable. Change-Id: I134e9c1fb5a25e82f3dcad6f925b07b99a172ddb
This commit is contained in:
parent
53c5967541
commit
41a327c179
1 changed files with 0 additions and 18 deletions
|
@ -1552,24 +1552,6 @@ (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