me
/
guix
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>
master
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
1 changed files with 3 additions and 4 deletions

View File

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