gnu: rust-redox-users-0.4: Update to 0.4.5.
* gnu/packages/crates-io.scm (rust-redox-users-0.4): Update to 0.4.5. [arguments]: Don't skip the build. [cargo-inputs]: Add rust-libredox-0.1, rust-thiserror-1, rust-zeroize-1. Remove rust-redox-syscall-0.2. Change-Id: I135e328d8abf9d33a1759c96aa1221c0ac174409
This commit is contained in:
parent
e7e6c41a58
commit
43a86290dc
@ -61059,21 +61059,22 @@ owned memory.")
|
||||
(define-public rust-redox-users-0.4
|
||||
(package
|
||||
(name "rust-redox-users")
|
||||
(version "0.4.0")
|
||||
(version "0.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "redox_users" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0r5y1a26flkn6gkayi558jg5dzh2m2fdsapgkpn7mj01v3rk51aj"))))
|
||||
(base32 "1498qyfyc2k3ih5aaffddvbhzi36na8iqg54hcm4pnpfa6b3sa5x"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-getrandom" ,rust-getrandom-0.2)
|
||||
("rust-redox-syscall" ,rust-redox-syscall-0.2)
|
||||
("rust-rust-argon2" ,rust-rust-argon2-0.8))))
|
||||
("rust-libredox" ,rust-libredox-0.1)
|
||||
("rust-rust-argon2" ,rust-rust-argon2-0.8)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-zeroize" ,rust-zeroize-1))))
|
||||
(home-page "https://gitlab.redox-os.org/redox-os/users")
|
||||
(synopsis "Rust library to access Redox users and groups functionality")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user