gnu: rust-redox-users-0.3: Update to 0.3.5.
* gnu/packages/crates-io.scm (rust-redox-users-0.3): Update to 0.3.5. [cargo-inputs]: Replace rust-rust-argon2-0.7 with 0.8. Change-Id: I1eeab37bf6a15e0c609bc1412ae3ad55a18857bamaster
parent
8a310905c7
commit
160be5e5b0
|
@ -51617,21 +51617,20 @@ functionality")
|
||||||
(package
|
(package
|
||||||
(inherit rust-redox-users-0.4)
|
(inherit rust-redox-users-0.4)
|
||||||
(name "rust-redox-users")
|
(name "rust-redox-users")
|
||||||
(version "0.3.4")
|
(version "0.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "redox_users" version))
|
(uri (crate-uri "redox_users" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cbl5w16l3bqm22i4vszclf6hzpljxicghmllw7j13az4s9k1ch9"))))
|
(base32 "179fxmyqaqzibp533ajgbn4ljah9lrzpqvd3i73h55bs7qrkf1yy"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t ; redox-syscall no longer builds.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-getrandom" ,rust-getrandom-0.1)
|
(("rust-getrandom" ,rust-getrandom-0.1)
|
||||||
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||||
("rust-rust-argon2" ,rust-rust-argon2-0.7))))))
|
("rust-rust-argon2" ,rust-rust-argon2-0.8))))))
|
||||||
|
|
||||||
(define-public rust-reduce-0.1
|
(define-public rust-reduce-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue