mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: rust-rayon-1: Update to 1.5.0.
* gnu/packages/crates-io.scm (rust-rayon-1): Update to 1.5.0. [arguments]: Update version requirement for Cargo input rust-crossbeam-deque.
This commit is contained in:
parent
7a27d5b85b
commit
76d874e336
1 changed files with 6 additions and 7 deletions
|
@ -27351,21 +27351,19 @@ (define-public rust-rawslice-0.1
|
||||||
(define-public rust-rayon-1
|
(define-public rust-rayon-1
|
||||||
(package
|
(package
|
||||||
(name "rust-rayon")
|
(name "rust-rayon")
|
||||||
(version "1.3.1")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rayon" version))
|
(uri (crate-uri "rayon" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0x2n4zkrm6z3avdfh7zgcwx0wq6hx8332dx89v3j1p7s3448w3cb"))))
|
||||||
"104h6i5lcp9kx8g80jgqf6z7wcqa186q57wj4qzf011xfmb2iw32"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-autocfg" ,rust-autocfg-1)
|
(("rust-autocfg" ,rust-autocfg-1)
|
||||||
("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
|
("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
|
||||||
("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
|
||||||
|
@ -27377,7 +27375,8 @@ (define-public rust-rayon-1
|
||||||
(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")
|
||||||
(description
|
(description
|
||||||
"Simple work-stealing parallelism for Rust.")
|
"This package provides a simple work-stealing parallelism for
|
||||||
|
Rust.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-rayon-0.8
|
(define-public rust-rayon-0.8
|
||||||
|
|
Loading…
Reference in a new issue