[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/40: gnu: rust-rayon-1: Update to 1.5.0.
From: |
guix-commits |
Subject: |
37/40: gnu: rust-rayon-1: Update to 1.5.0. |
Date: |
Sat, 23 Jan 2021 19:33:31 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 76d874e3369621438f5a10d1f2349f05c49876d5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 24 01:08:50 2021 +0100
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.
---
gnu/packages/crates-io.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 69bb90b..c4f20dc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27351,21 +27351,19 @@ accessors.")
(define-public rust-rayon-1
(package
(name "rust-rayon")
- (version "1.3.1")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rayon" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "104h6i5lcp9kx8g80jgqf6z7wcqa186q57wj4qzf011xfmb2iw32"))))
+ (base32 "0x2n4zkrm6z3avdfh7zgcwx0wq6hx8332dx89v3j1p7s3448w3cb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("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-rayon-core" ,rust-rayon-core-1))
#:cargo-development-inputs
@@ -27377,7 +27375,8 @@ accessors.")
(home-page "https://github.com/rayon-rs/rayon")
(synopsis "Simple work-stealing parallelism for Rust")
(description
- "Simple work-stealing parallelism for Rust.")
+ "This package provides a simple work-stealing parallelism for
+Rust.")
(license (list license:asl2.0 license:expat))))
(define-public rust-rayon-0.8
- 12/40: gnu: Add rust-rand-0.8., (continued)
- 12/40: gnu: Add rust-rand-0.8., guix-commits, 2021/01/23
- 14/40: gnu: Add rust-parse-zoneinfo-0.3., guix-commits, 2021/01/23
- 15/40: gnu: Add rust-chrono-tz-0.5., guix-commits, 2021/01/23
- 16/40: gnu: Add rust-tera-1., guix-commits, 2021/01/23
- 19/40: gnu: Add rust-indoc-1., guix-commits, 2021/01/23
- 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 <=
- 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, 2021/01/23
- 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