mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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:
parent
1c63b749e7
commit
4d55383950
1 changed files with 3 additions and 5 deletions
|
@ -5647,19 +5647,17 @@ (define-public rust-async-object-pool-0.1
|
||||||
(define-public rust-async-once-cell-0.5
|
(define-public rust-async-once-cell-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-async-once-cell")
|
(name "rust-async-once-cell")
|
||||||
(version "0.5.3")
|
(version "0.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "async-once-cell" version))
|
(uri (crate-uri "async-once-cell" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ss2ll9r92jiv4g0fdnwqggs3dn48sakij3fg0ba95dag077jf4k"))))
|
(base32 "0np3zj2yvk20ha4rk7sf8s0rngywhcykl1zgyb36flkq4qvzi222"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags ; Skip the doctests.
|
`(#:cargo-inputs (("rust-critical-section" ,rust-critical-section-1))))
|
||||||
'("--release" "--lib" "--bins" "--tests")
|
|
||||||
#:cargo-inputs (("rust-critical-section" ,rust-critical-section-1))))
|
|
||||||
(home-page "https://github.com/danieldg/async-once-cell")
|
(home-page "https://github.com/danieldg/async-once-cell")
|
||||||
(synopsis "Async single assignment cells and lazy values")
|
(synopsis "Async single assignment cells and lazy values")
|
||||||
(description "This package provides async single assignment cells
|
(description "This package provides async single assignment cells
|
||||||
|
|
Loading…
Reference in a new issue