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.
This commit is contained in:
Efraim Flashner 2023-04-16 13:06:24 +03:00
parent a07f7ae172
commit 521dbc6992
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -39962,7 +39962,7 @@ (define-public rust-onig-sys-69.6
(define-public rust-once-cell-1 (define-public rust-once-cell-1
(package (package
(name "rust-once-cell") (name "rust-once-cell")
(version "1.17.0") (version "1.17.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -39970,11 +39970,10 @@ (define-public rust-once-cell-1
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0rpackaf6ljxkcaa3svaiak1ddsbh0hqf5z3l7bb78hyfjhznqbg")))) "1lrsy9c5ikf2iwxr4iwgd3rlq9mg8alh0np1g8abnvp1k4151rdp"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; Needs a newer rust `(#:cargo-inputs
#:cargo-inputs
(("rust-atomic-polyfill" ,rust-atomic-polyfill-1) (("rust-atomic-polyfill" ,rust-atomic-polyfill-1)
("rust-critical-section" ,rust-critical-section-1) ("rust-critical-section" ,rust-critical-section-1)
("rust-parking-lot-core" ,rust-parking-lot-core-0.9)) ("rust-parking-lot-core" ,rust-parking-lot-core-0.9))