Archived
1
0
Fork 0

gnu: rust-rand-hc-0.3: Update to 0.3.1.

* gnu/packages/crates-io.scm (rust-rand-hc-0.3): Update to 0.3.1.
[arguments]: Don't skip build.
This commit is contained in:
Efraim Flashner 2023-01-15 11:21:02 +02:00
parent 5f4c6c8541
commit d34f4f70ff
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -45264,7 +45264,7 @@ distributions.")
(define-public rust-rand-hc-0.3 (define-public rust-rand-hc-0.3
(package (package
(name "rust-rand-hc") (name "rust-rand-hc")
(version "0.3.0") (version "0.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -45272,11 +45272,10 @@ distributions.")
(file-name (file-name
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0wra6ar22zdjkry9dsq1mg620m4h3qb9s8rfykkz4im4crqfz41i")))) (base32 "1rwpykyvhkxs4jvqdja3mzp9dqaqamzn113cxaigs9z2dmcry7nm"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-rand-core" ,rust-rand-core-0.6)))) (("rust-rand-core" ,rust-rand-core-0.6))))
(home-page "https://crates.io/crates/rand_hc") (home-page "https://crates.io/crates/rand_hc")
(synopsis "HC128 random number generator") (synopsis "HC128 random number generator")