[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/40: gnu: rust-rayon-core-1: Update to 1.9.0.
From: |
guix-commits |
Subject: |
36/40: gnu: rust-rayon-core-1: Update to 1.9.0. |
Date: |
Sat, 23 Jan 2021 19:33:31 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 7a27d5b85bf2009e0d2b175843f350a3d806ac44
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 24 01:02:50 2021 +0100
gnu: rust-rayon-core-1: Update to 1.9.0.
* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.9.0.
[arguments]: Update Cargo inputs version requirements for
rust-crossbeam-channel, rust-crossbeam-deque, rust-crossbeam-utils.
---
gnu/packages/crates-io.scm | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3929b4b..69bb90b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27406,25 +27406,23 @@ accessors.")
(define-public rust-rayon-core-1
(package
(name "rust-rayon-core")
- (version "1.7.1")
+ (version "1.9.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rayon-core" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "101jjwkcfw5jk31695gbdm163iicc2pz349q6l8lwj43j3c1abp9"))))
+ (base32 "0jpsi8zf66xyx4m5f329lpgiql8775vpm6zqm7zn5p11b6n4dcws"))))
(build-system cargo-build-system)
(arguments
- `(;; One of the tests attempts to overflow the stack, but the compiler
- ;; has since gotten smarter and the test became defective.
- #:tests? #f
+ ;; One of the tests attempts to overflow the stack, but the compiler has
+ ;; since gotten smarter and the test became defective.
+ `(#:tests? #f
#:cargo-inputs
- (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
- ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.2)
- ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
+ (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
+ ("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
+ ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-num-cpus" ,rust-num-cpus-1))
#:cargo-development-inputs
@@ -27434,8 +27432,8 @@ accessors.")
("rust-scoped-tls" ,rust-scoped-tls-1))))
(home-page "https://github.com/rayon-rs/rayon")
(synopsis "Core APIs for Rayon")
- (description "Core APIs for Rayon.")
- (license (list license:expat license:asl2.0))))
+ (description "This package provides core APIs for Rayon.")
+ (license (list license:asl2.0 license:expat))))
(define-public rust-rctree-0.3
(package
- 24/40: gnu: rust-parking-lot-0.11: Update to 0.11.1., (continued)
- 24/40: gnu: rust-parking-lot-0.11: Update to 0.11.1., guix-commits, 2021/01/23
- 25/40: gnu: rust-parking-lot-0.11: Shorten synopsis., guix-commits, 2021/01/23
- 28/40: gnu: Add rust-num-format-windows-0.3., guix-commits, 2021/01/23
- 32/40: gnu: rust-ignore-0.4: Update to 0.4.17., guix-commits, 2021/01/23
- 30/40: gnu: rust-same-file-1: Drop minor version from variable name., guix-commits, 2021/01/23
- 37/40: gnu: rust-rayon-1: Update to 1.5.0., guix-commits, 2021/01/23
- 40/40: gnu: tokei: Update to 12.1.2., guix-commits, 2021/01/23
- 31/40: gnu: Add rust-crossbeam-channel-0.5., guix-commits, 2021/01/23
- 33/40: gnu: Add rust-crossbeam-epoch-0.9., guix-commits, 2021/01/23
- 35/40: gnu: Add rust-memoffset-0.6., guix-commits, 2021/01/23
- 36/40: gnu: rust-rayon-core-1: Update to 1.9.0.,
guix-commits <=
- 39/40: gnu: rust-aho-corasick-0.7: Update to 0.7.15., guix-commits, 2021/01/23
- 38/40: gnu: Add rust-dashmap-4., guix-commits, 2021/01/23