mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Remove rust-scrypt-0.2.
* gnu/packages/crates-io.scm (rust-scrypt-0.2): Delete variable.
This commit is contained in:
parent
62fc55529d
commit
ede79f7e9e
1 changed files with 0 additions and 25 deletions
|
@ -52229,31 +52229,6 @@ (define-public rust-scrypt-0.3
|
|||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-subtle" ,rust-subtle-2))))))
|
||||
|
||||
(define-public rust-scrypt-0.2
|
||||
(package
|
||||
(inherit rust-scrypt-0.3)
|
||||
(name "rust-scrypt")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "scrypt" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pfgqgzdjxjf7c8r1wfka0ackfpv1g8w7wvbr25b42hdx787jv35"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.9)
|
||||
("rust-byte-tools" ,rust-byte-tools-0.3)
|
||||
("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-hmac" ,rust-hmac-0.7)
|
||||
("rust-pbkdf2" ,rust-pbkdf2-0.3)
|
||||
("rust-rand" ,rust-rand-0.5)
|
||||
("rust-sha2" ,rust-sha2-0.8)
|
||||
("rust-subtle" ,rust-subtle-1))))))
|
||||
|
||||
(define-public rust-scroll-0.10
|
||||
(package
|
||||
(name "rust-scroll")
|
||||
|
|
Loading…
Reference in a new issue