mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add rust-password-hash-0.2.
* gnu/packages/crates-io.scm (rust-password-hash-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
63ea1bcecd
commit
e75fe100ec
1 changed files with 17 additions and 0 deletions
|
@ -47842,6 +47842,23 @@ (define-public rust-password-hash-0.3
|
|||
("rust-rand-core" ,rust-rand-core-0.6)
|
||||
("rust-subtle" ,rust-subtle-2))))))
|
||||
|
||||
(define-public rust-password-hash-0.2
|
||||
(package
|
||||
(inherit rust-password-hash-0.5)
|
||||
(name "rust-password-hash")
|
||||
(version "0.2.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "password-hash" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rr4kd52ld978a2xhcvlc54p1d92yhxl9kvbajba7ia6rs5b5q3p"))))
|
||||
(arguments
|
||||
(list #:cargo-inputs `(("rust-base64ct" ,rust-base64ct-1)
|
||||
("rust-subtle" ,rust-subtle-2)
|
||||
("rust-rand-core" ,rust-rand-core-0.6))))))
|
||||
|
||||
(define-public rust-paste-1
|
||||
(package
|
||||
(name "rust-paste")
|
||||
|
|
Loading…
Reference in a new issue