gnu: rust-rayon-1: Update to 1.3.1.
* gnu/packages/crates-io.scm (rust-rayon-1): Update to 1.3.1. [arguments]: Remove rust-doc-comment-0.3. Add rust-autocfg-1.0. Don't skip build.
This commit is contained in:
parent
1a629f0076
commit
31890a3783
1 changed files with 6 additions and 7 deletions
|
@ -18439,7 +18439,7 @@ (define-public rust-rawslice-0.1
|
|||
(define-public rust-rayon-1
|
||||
(package
|
||||
(name "rust-rayon")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18448,17 +18448,16 @@ (define-public rust-rayon-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1650g13bxlmywhdlw65q3g1zyyb7l0wcm35v45kf31cwgwly6v6v"))))
|
||||
"104h6i5lcp9kx8g80jgqf6z7wcqa186q57wj4qzf011xfmb2iw32"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
|
||||
`(#:cargo-inputs
|
||||
(("rust-autocfg" ,rust-autocfg-1.0)
|
||||
("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
|
||||
("rust-either" ,rust-either-1.5)
|
||||
("rust-rayon-core" ,rust-rayon-core-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-docopt" ,rust-docopt-1.1)
|
||||
(("rust-docopt" ,rust-docopt-1.1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
|
||||
|
|
Loading…
Reference in a new issue