[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/65: gnu: rust-once-cell-1: Update to 1.17.0.
From: |
guix-commits |
Subject: |
03/65: gnu: rust-once-cell-1: Update to 1.17.0. |
Date: |
Sun, 15 Jan 2023 04:32:42 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit 5814552d933a7caf86243ab7deed4bd79807c200
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 17:01:21 2023 +0200
gnu: rust-once-cell-1: Update to 1.17.0.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.17.0.
[arguments]: Disable tests.
[cargo-inputs]: Add rust-critical-section-1.
[cargo-development-inputs]: Add rust-critical-section-1.
---
gnu/packages/crates-io.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b13413825c..f870220b5c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37820,7 +37820,7 @@ other crates to create safe wrappers around Oniguruma.")
(define-public rust-once-cell-1
(package
(name "rust-once-cell")
- (version "1.15.0")
+ (version "1.17.0")
(source
(origin
(method url-fetch)
@@ -37828,14 +37828,17 @@ other crates to create safe wrappers around
Oniguruma.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1q9r8c0ls1qgjp89p4rd36sjv4671pz6710c106ajwcv2c2asbg8"))))
+ "0rpackaf6ljxkcaa3svaiak1ddsbh0hqf5z3l7bb78hyfjhznqbg"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
+ `(#:tests? #f ; Needs a newer rust
+ #:cargo-inputs
(("rust-atomic-polyfill" ,rust-atomic-polyfill-1)
+ ("rust-critical-section" ,rust-critical-section-1)
("rust-parking-lot-core" ,rust-parking-lot-core-0.9))
#:cargo-development-inputs
- (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
+ (("rust-critical-section" ,rust-critical-section-1)
+ ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-regex" ,rust-regex-1))))
(home-page "https://github.com/matklad/once_cell")
- 49/65: gnu: rust-rand-chacha-0.3: Update to 0.3.1., (continued)
- 49/65: gnu: rust-rand-chacha-0.3: Update to 0.3.1., guix-commits, 2023/01/15
- 45/65: gnu: rust-packed-simd-2-0.3: Update to 0.3.8., guix-commits, 2023/01/15
- 44/65: gnu: rust-matrixmultiply-0.2: Update to 0.2.4., guix-commits, 2023/01/15
- 62/65: gnu: rust-new-debug-unreachable-1: Update to 1.0.4., guix-commits, 2023/01/15
- 26/65: gnu: rust-serde-ignored-0.1: Update to 0.1.7., guix-commits, 2023/01/15
- 59/65: gnu: rust-encoding-rs-0.8: Update to 0.8.31., guix-commits, 2023/01/15
- 36/65: gnu: rust-rayon-core-1: Update to 1.10.1., guix-commits, 2023/01/15
- 11/65: gnu: rust-memchr-2: Update to 2.5.0., guix-commits, 2023/01/15
- 14/65: gnu: rust-codespan-reporting-0.11: Update to 0.11.1., guix-commits, 2023/01/15
- 16/65: gnu: rust-link-cplusplus-1: Update to 1.0.8., guix-commits, 2023/01/15
- 03/65: gnu: rust-once-cell-1: Update to 1.17.0.,
guix-commits <=
- 20/65: gnu: rust-serde-json-1: Update to 1.0.91., guix-commits, 2023/01/15
- 17/65: gnu: rust-trybuild-1: Update to 1.0.75., guix-commits, 2023/01/15
- 32/65: gnu: rust-crossbeam-deque-0.7: Update to 0.7.4., guix-commits, 2023/01/15
- 23/65: gnu: rust-serde-test-1: Update to 1.0.152., guix-commits, 2023/01/15
- 33/65: gnu: rust-cast-0.2: Update to 0.2.7., guix-commits, 2023/01/15
- 42/65: gnu: rust-erased-serde-0.3: Update to 0.3.24., guix-commits, 2023/01/15
- 51/65: gnu: rust-rand-distr-0.4: Update to 0.4.3., guix-commits, 2023/01/15
- 64/65: gnu: rust-rand-pcg-0.3: Update to 0.3.1., guix-commits, 2023/01/15
- 58/65: gnu: rust-decimal-2: Update to 2.1.0., guix-commits, 2023/01/15
- 61/65: gnu: rust-libm-0.2: Update to 0.2.6., guix-commits, 2023/01/15