me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-04-25 13:32:36 +03:00
parent 8a2740c851
commit 1a1261daff
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -42499,9 +42499,8 @@ Format (MCF).")
(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))))))