mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
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:
parent
1a5a17f5de
commit
9eead8fa06
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue