gnu: rust-async-once-cell-0.5: Update to 0.5.4.

* gnu/packages/crates-io.scm (rust-async-once-cell-0.5): Update to 0.5.4.
[arguments]: Remove cargo-test-flags.

Change-Id: I306a5b2775f419881617fe73cc256b85f7650e04
This commit is contained in:
Efraim Flashner 2024-12-19 22:35:02 +02:00
parent 1c63b749e7
commit 4d55383950
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5647,19 +5647,17 @@ (define-public rust-async-object-pool-0.1
(define-public rust-async-once-cell-0.5
(package
(name "rust-async-once-cell")
(version "0.5.3")
(version "0.5.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "async-once-cell" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ss2ll9r92jiv4g0fdnwqggs3dn48sakij3fg0ba95dag077jf4k"))))
(base32 "0np3zj2yvk20ha4rk7sf8s0rngywhcykl1zgyb36flkq4qvzi222"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags ; Skip the doctests.
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs (("rust-critical-section" ,rust-critical-section-1))))
`(#:cargo-inputs (("rust-critical-section" ,rust-critical-section-1))))
(home-page "https://github.com/danieldg/async-once-cell")
(synopsis "Async single assignment cells and lazy values")
(description "This package provides async single assignment cells