mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Remove rust-ghash-0.2.
* gnu/packages/crates-crypto.scm (rust-ghash-0.2): Delete variable. Change-Id: Ifd0aee6710fc5631c4d55d9b08381a57bffc06f5
This commit is contained in:
parent
a492a87ca9
commit
3f25835f13
1 changed files with 0 additions and 18 deletions
|
@ -2647,24 +2647,6 @@ (define-public rust-ghash-0.3
|
|||
#:cargo-development-inputs
|
||||
(("rust-hex-literal" ,rust-hex-literal-0.2))))))
|
||||
|
||||
(define-public rust-ghash-0.2
|
||||
(package
|
||||
(inherit rust-ghash-0.3)
|
||||
(name "rust-ghash")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ghash" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lijv1y6qcysnxv45ny5fjvc4v9gmpggxlj6xa4l065737nk02cz"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-polyval" ,rust-polyval-0.3)
|
||||
("rust-zeroize" ,rust-zeroize-1))))))
|
||||
|
||||
(define-public rust-hkdf-0.12
|
||||
(package
|
||||
(name "rust-hkdf")
|
||||
|
|
Loading…
Reference in a new issue