mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: Remove rust-pbkdf2-0.4.
* gnu/packages/crates-io.scm (rust-pbkdf2-0.4): Delete variable. Change-Id: I9fce8f3925772bf36f2df3d734eb2de22836e904
This commit is contained in:
parent
e392d9b330
commit
8b6fecf2d0
1 changed files with 0 additions and 29 deletions
|
@ -54414,35 +54414,6 @@ (define-public rust-pbkdf2-0.6
|
|||
("rust-sha-1" ,rust-sha-1-0.9)
|
||||
("rust-sha2" ,rust-sha2-0.9))))))
|
||||
|
||||
(define-public rust-pbkdf2-0.4
|
||||
(package
|
||||
(inherit rust-pbkdf2-0.10)
|
||||
(name "rust-pbkdf2")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pbkdf2" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1g8cm3nwrsydazjc1gjs549hzafgxq8qb49gixrhl3qrd9calvi1"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.12)
|
||||
("rust-crypto-mac" ,rust-crypto-mac-0.8)
|
||||
("rust-hmac" ,rust-hmac-0.8)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-rand-core" ,rust-rand-core-0.5)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-subtle" ,rust-subtle-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-hmac" ,rust-hmac-0.8)
|
||||
("rust-sha-1" ,rust-sha-1-0.9)
|
||||
("rust-sha2" ,rust-sha2-0.9))))))
|
||||
|
||||
(define-public rust-pcap-0.7
|
||||
(package
|
||||
(name "rust-pcap")
|
||||
|
|
Loading…
Reference in a new issue