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:
parent
f4b78c22a1
commit
a6c6079bab
@ -31368,14 +31368,14 @@ useful types and distributions, and some randomness-related algorithms.")
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user