me
/
guix
Archived
1
0
Fork 0

gnu: Update rust-rand-chacha-0.2 to 0.2.1.

* gnu/packages/crates-io.scm (rust-rand-chacha-0.2): Update to 0.2.1.
[arguments]: Remove rust-autocfg-0.1 from cargo-development-inputs.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-01-14 09:09:22 -08:00 committed by Efraim Flashner
parent bc3c2aacd3
commit 6b35ddf612
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 5 deletions

View File

@ -7689,7 +7689,7 @@ useful types and distributions, and some randomness-related algorithms.")
(define-public rust-rand-chacha-0.2
(package
(name "rust-rand-chacha")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
@ -7698,15 +7698,13 @@ useful types and distributions, and some randomness-related algorithms.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"178d36jfkc4v95s25scc2vibj2hd2hlk64cs6id4hvzg89whd4z1"))))
"0lv8imzzl4h2glm6sjj8mkvasgi8jym23ya48dakyln7m06sk8h3"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-c2-chacha" ,rust-c2-chacha-0.2)
("rust-rand-core" ,rust-rand-core-0.5))
#:cargo-development-inputs
(("rust-autocfg" ,rust-autocfg-0.1))))
("rust-rand-core" ,rust-rand-core-0.5))))
(home-page "https://crates.io/crates/rand-chacha")
(synopsis "ChaCha random number generator")
(description "ChaCha random number generator.")