mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-password-hash-0.3: Fix inputs.
* gnu/packages/crates-io.scm (rust-password-hash-0.3)[arguments]: Don't skip build. [cargo-inputs]: Replace rust-base64ct-1 with 1.0.1.
This commit is contained in:
parent
8a2740c851
commit
1a1261daff
1 changed files with 2 additions and 3 deletions
|
@ -42499,9 +42499,8 @@ (define-public rust-password-hash-0.3
|
|||
(sha256
|
||||
(base32 "1n7ig9j5x2q0fk12nny40faggrs0ra5bbxp6gz5yghfwlqw1ay8x"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-base64ct" ,rust-base64ct-1)
|
||||
`(#:cargo-inputs
|
||||
(("rust-base64ct" ,rust-base64ct-1.0.1)
|
||||
("rust-rand-core" ,rust-rand-core-0.6)
|
||||
("rust-subtle" ,rust-subtle-2))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue