efraim pushed a commit to branch rust-team
in repository guix.
commit 01ff7aad2e905fb851b1ca351e3c2efa836b37cd
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Apr 16 13:06:24 2023 +0300
gnu: rust-once-cell-1: Update to 1.17.1.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.17.1.
[arguments]: Don't skip tests.
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bb67e0d43e..c5282414b4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39962,7 +39962,7 @@ other crates to create safe wrappers around Oniguruma.")
(define-public rust-once-cell-1
(package
(name "rust-once-cell")
- (version "1.17.0")
+ (version "1.17.1")
(source
(origin
(method url-fetch)
@@ -39970,11 +39970,10 @@ other crates to create safe wrappers around
Oniguruma.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0rpackaf6ljxkcaa3svaiak1ddsbh0hqf5z3l7bb78hyfjhznqbg"))))
+ "1lrsy9c5ikf2iwxr4iwgd3rlq9mg8alh0np1g8abnvp1k4151rdp"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ; Needs a newer rust
- #:cargo-inputs
+ `(#: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))