3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-rand-0.4: Update to 0.4.6.

* gnu/packages/crates-io.scm (rust-rand-0.4): Update to 0.4.6.
[arugments]: Remove rust-fuchsia-zircon-0.3, add rust-fuchsia-cprng-0.1,
rust-rand-core-0.3, rust-rdrand-0.4 to cargo-inputs.
This commit is contained in:
Efraim Flashner 2020-01-02 18:00:05 +02:00
parent 05207cad49
commit c282b97106
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7463,7 +7463,7 @@ useful types and distributions, and some randomness-related algorithms.")
(package (package
(inherit rust-rand-0.6) (inherit rust-rand-0.6)
(name "rust-rand") (name "rust-rand")
(version "0.4.3") (version "0.4.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7471,11 +7471,13 @@ useful types and distributions, and some randomness-related algorithms.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1gfgnqfj2pyh27dcb720jpawskllwnbvxh816ddyykv269xz8ml3")))) "14qjfv3gggzhnma20k0sc1jf8y6pplsaq7n1j9ls5c8kf2wl0a2m"))))
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-fuchsia-zircon" ,rust-fuchsia-zircon-0.3) (("rust-fuchsia-cprng" ,rust-fuchsia-cprng-0.1)
("rust-rand-core" ,rust-rand-core-0.3)
("rust-rdrand" ,rust-rdrand-0.4)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.3)))))) ("rust-winapi" ,rust-winapi-0.3))))))