mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
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:
parent
86edf73f28
commit
482872a547
1 changed files with 3 additions and 4 deletions
|
@ -53721,22 +53721,21 @@ (define-public rust-rawslice-0.1
|
|||
(define-public rust-rayon-1
|
||||
(package
|
||||
(name "rust-rayon")
|
||||
(version "1.6.1")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rayon" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dsr0yyfgdsg8ggh37kq678mfa5j3js6p16ksb7knazhml9s5cvd"))))
|
||||
(base32 "1cfdnvchf7j4cpha5jkcrrsr61li9i9lp5ak7xdq6d3pvc1xn9ww"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-either" ,rust-either-1)
|
||||
("rust-rayon-core" ,rust-rayon-core-1))
|
||||
#: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))))
|
||||
(home-page "https://github.com/rayon-rs/rayon")
|
||||
(synopsis "Simple work-stealing parallelism for Rust")
|
||||
|
|
Loading…
Reference in a new issue