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:
Efraim Flashner 2024-04-01 21:00:35 +03:00
parent 46785772d0
commit ff201b4cc1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))))