Archived
1
0
Fork 0

gnu: rust-rayon-1: Update to 1.8.0.

* gnu/packages/crates-io.scm (rust-rayon-1): Update to 1.8.0.
[cargo-development-inputs]: Remove rust-lazy-static-1.
This commit is contained in:
Efraim Flashner 2023-10-01 16:36:36 +03:00
parent 86edf73f28
commit 482872a547
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -53721,22 +53721,21 @@ accessors.")
(define-public rust-rayon-1 (define-public rust-rayon-1
(package (package
(name "rust-rayon") (name "rust-rayon")
(version "1.6.1") (version "1.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "rayon" version)) (uri (crate-uri "rayon" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1dsr0yyfgdsg8ggh37kq678mfa5j3js6p16ksb7knazhml9s5cvd")))) (base32 "1cfdnvchf7j4cpha5jkcrrsr61li9i9lp5ak7xdq6d3pvc1xn9ww"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-either" ,rust-either-1) (("rust-either" ,rust-either-1)
("rust-rayon-core" ,rust-rayon-core-1)) ("rust-rayon-core" ,rust-rayon-core-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-lazy-static" ,rust-lazy-static-1) (("rust-rand" ,rust-rand-0.8)
("rust-rand" ,rust-rand-0.8)
("rust-rand-xorshift" ,rust-rand-xorshift-0.3)))) ("rust-rand-xorshift" ,rust-rand-xorshift-0.3))))
(home-page "https://github.com/rayon-rs/rayon") (home-page "https://github.com/rayon-rs/rayon")
(synopsis "Simple work-stealing parallelism for Rust") (synopsis "Simple work-stealing parallelism for Rust")