[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73884] [PATCH v1 16/19] gnu: rust-once-cell-1: Update to 1.20.2
From: |
Luca Matei Pintilie |
Subject: |
[bug#73884] [PATCH v1 16/19] gnu: rust-once-cell-1: Update to 1.20.2 |
Date: |
Sun, 20 Oct 2024 18:15:53 +0200 |
Change-Id: I88ebcea02a5b813b39b59cbe6b13cb2fef843256
---
gnu/packages/crates-io.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1bc8b40075..b0581dce1c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50394,24 +50394,21 @@ (define-public rust-onig-sys-69.6
(define-public rust-once-cell-1
(package
(name "rust-once-cell")
- (version "1.19.0")
+ (version "1.20.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "once_cell" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "14kvw7px5z96dk4dwdm1r9cqhhy2cyj1l5n5b29mynbb8yr15nrz"))))
+ (base32 "0xb7rw1aqr7pa4z3b00y7786gyf8awx2gca3md73afy76dzgwq8j"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
- (("rust-critical-section" ,rust-critical-section-1)
- ("rust-parking-lot-core" ,rust-parking-lot-core-0.9)
- ("rust-portable-atomic" ,rust-portable-atomic-1))
- #:cargo-development-inputs
- (("rust-critical-section" ,rust-critical-section-1)
- ("rust-regex" ,rust-regex-1))))
+ `(#:cargo-inputs (("rust-critical-section" ,rust-critical-section-1)
+ ("rust-parking-lot-core" ,rust-parking-lot-core-0.9)
+ ("rust-portable-atomic" ,rust-portable-atomic-1))
+ #:cargo-development-inputs (("rust-critical-section"
,rust-critical-section-1)
+ ("rust-regex" ,rust-regex-1))))
(home-page "https://github.com/matklad/once_cell")
(synopsis "Single assignment cells and lazy values")
(description
--
2.47.0
- [bug#73884] [PATCH v1 12/19] gnu: rust-regex-1: Update to 1.11.0, (continued)
- [bug#73884] [PATCH v1 12/19] gnu: rust-regex-1: Update to 1.11.0, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 15/19] gnu: rust-critical-section-1: Update to 1.1.3, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 03/19] gnu: Add rust-windows-result-0.1, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 04/19] gnu: Add rust-windows-interface-0.57, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 08/19] gnu: Add rust-sysinfo-0.31, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 11/19] gnu: rust-regex-automata-0.4: Update to 0.4.8, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 14/19] gnu: rust-portable-atomic-1: Update to 1.9.0, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 02/19] gnu: Add rust-windows-bindgen-0.57, Luca Matei Pintilie, 2024/10/19
- [bug#73884] [PATCH v1 01/19] gnu: Add rust-windows-metadata-0.57, Efraim Flashner, 2024/10/21
- [bug#73884] [PATCH v1 16/19] gnu: rust-once-cell-1: Update to 1.20.2,
Luca Matei Pintilie <=
- [bug#73884] [PATCH v2] gnu: Add swaysome, Luca Matei Pintilie, 2024/10/26