gnu: rust-rand-core-0.6: Update to 0.6.4.

* gnu/packages/crates-io.scm (rust-rand-core-0.6): Update to 0.6.4.
[arguments]: Don't skip build.
This commit is contained in:
Efraim Flashner 2023-01-15 11:18:25 +02:00 committed by Maxim Cournoyer
parent 1a5a17f5de
commit 9eead8fa06
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -45416,18 +45416,17 @@ (define-public rust-rand-chacha-0.1
(define-public rust-rand-core-0.6
(package
(name "rust-rand-core")
(version "0.6.2")
(version "0.6.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "rand_core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1rvas1afjvd2827b8mf2ilg78h3ksl9npkrdds3wbw9x33mndkrl"))))
(base32 "0b4j2v4cb5krak1pv6kakv4sz6xcwbrmy2zckc32hsigbrwy82zc"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-getrandom" ,rust-getrandom-0.2)
("rust-serde" ,rust-serde-1))))
(home-page "https://rust-random.github.io/book")