mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-password-hash-0.3: Build with newer dependencies.
* gnu/packages/crates-io.scm (rust-password-hash-0.3)[cargo-inputs]: Replace rust-base64ct-1.0.1 with 1. Change-Id: I38904d86cfb2850a66347195a814930364e01e41
This commit is contained in:
parent
46785772d0
commit
ff201b4cc1
1 changed files with 1 additions and 1 deletions
|
@ -51173,7 +51173,7 @@ (define-public rust-password-hash-0.3
|
||||||
(string-append ">=" version)))))))
|
(string-append ">=" version)))))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-base64ct" ,rust-base64ct-1.0.1)
|
(("rust-base64ct" ,rust-base64ct-1)
|
||||||
("rust-rand-core" ,rust-rand-core-0.6)
|
("rust-rand-core" ,rust-rand-core-0.6)
|
||||||
("rust-subtle" ,rust-subtle-2))))))
|
("rust-subtle" ,rust-subtle-2))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue