gnu: rust-futures-task-0.3: Update to 0.3.8.

* gnu/packages/crates-io.scm (rust-futures-task-0.3): Update to 0.3.8.
[arguments]: Add rust-once-cell as Cargo input.
This commit is contained in:
Nicolas Goaziou 2020-12-19 16:54:25 +01:00
parent c56bedd368
commit 6c97562aef
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -10213,7 +10213,7 @@ futures-rs library.")
(define-public rust-futures-task-0.3 (define-public rust-futures-task-0.3
(package (package
(name "rust-futures-task") (name "rust-futures-task")
(version "0.3.1") (version "0.3.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10222,9 +10222,11 @@ futures-rs library.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yg5d7b3z58mhqbrax5a0qdsfvzfclwyqvw5k3i41x4wnbb55bhb")))) "03ad39v8scy353src2f9dkkvcs24n736iavi8xn45cj8pyslwmbw"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:tests? #f)) (arguments
`(#:tests? #f
#:cargo-inputs (("rust-once-cell" ,rust-once-cell-1))))
(home-page "https://rust-lang-nursery.github.io/futures-rs") (home-page "https://rust-lang-nursery.github.io/futures-rs")
(synopsis "Tools for working with tasks") (synopsis "Tools for working with tasks")
(description "Tools for working with tasks.") (description "Tools for working with tasks.")