gnu: rust-rand-core: Update to 0.6.2.

Version 0.6.1 was yanked.

* gnu/packages/crates-io.scm(rust-rand-core): Update to 0.6.2.
This commit is contained in:
Hartmut Goebel 2021-04-03 17:52:31 +02:00
parent f4b78c22a1
commit a6c6079bab
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -31368,14 +31368,14 @@ (define-public rust-rand-chacha-0.1
(define-public rust-rand-core-0.6
(package
(name "rust-rand-core")
(version "0.6.1")
(version "0.6.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "rand_core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1rfjrcyaj7blz2nawv2pypm5kqc59p80n6f5pg691399iggxf9n0"))))
(base32 "1rvas1afjvd2827b8mf2ilg78h3ksl9npkrdds3wbw9x33mndkrl"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t