Archived
1
0
Fork 0

gnu: Update rust-rand-core-0.5 to 0.5.1.

* gnu/packages/crates-io.scm (rust-rand-core-0.5): Update to 0.5.1.
[arguments]: Remove rust-serde-derive-1.0 from cargo-inputs.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2020-01-14 09:12:54 -08:00 committed by Efraim Flashner
parent 6b35ddf612
commit 812ce80ada
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7733,7 +7733,7 @@ useful types and distributions, and some randomness-related algorithms.")
(define-public rust-rand-core-0.5 (define-public rust-rand-core-0.5
(package (package
(name "rust-rand-core") (name "rust-rand-core")
(version "0.5.0") (version "0.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7742,14 +7742,13 @@ useful types and distributions, and some randomness-related algorithms.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1jis94x9ri8xlxki2w2w5k29sjpfwgzkjylg7paganp74hrnhpk1")))) "06bdvx08v3rkz451cm7z59xwwqn1rkfh6v9ay77b14f8dwlybgch"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-getrandom" ,rust-getrandom-0.1) (("rust-getrandom" ,rust-getrandom-0.1)
("rust-serde" ,rust-serde-1.0) ("rust-serde" ,rust-serde-1.0))))
("rust-serde-derive" ,rust-serde-derive-1.0))))
(home-page "https://crates.io/crates/rand-core") (home-page "https://crates.io/crates/rand-core")
(synopsis (synopsis
"Core random number generator traits and tools for implementation") "Core random number generator traits and tools for implementation")