gnu: rust-futures-0.3: Update to 0.3.12.
* gnu/packages/crates-io.scm (rust-futures-0.3): Update to 0.3.12. [arguments]: Skip build. Remove Cargo development inputs. [home-page]: Update URI. [description]: Pacify linter.
This commit is contained in:
parent
12022fb14b
commit
b89f3ea581
@ -14529,7 +14529,7 @@ stabilized, and eventually removed. This library reïnstates these traits.")
|
|||||||
(define-public rust-futures-0.3
|
(define-public rust-futures-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures")
|
(name "rust-futures")
|
||||||
(version "0.3.8")
|
(version "0.3.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -14538,10 +14538,10 @@ stabilized, and eventually removed. This library reïnstates these traits.")
|
|||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l434mh7p5na5c3c7lih575hszqc515r9idk62fm5rhz1820qfwv"))))
|
"0l7i1hcag46k5v34cbn5dk45gwxn5yy5rxcvmbaxhi02lnhm546s"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
("rust-futures-core" ,rust-futures-core-0.3)
|
("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
@ -14549,16 +14549,12 @@ stabilized, and eventually removed. This library reïnstates these traits.")
|
|||||||
("rust-futures-io" ,rust-futures-io-0.3)
|
("rust-futures-io" ,rust-futures-io-0.3)
|
||||||
("rust-futures-sink" ,rust-futures-sink-0.3)
|
("rust-futures-sink" ,rust-futures-sink-0.3)
|
||||||
("rust-futures-task" ,rust-futures-task-0.3)
|
("rust-futures-task" ,rust-futures-task-0.3)
|
||||||
("rust-futures-util" ,rust-futures-util-0.3))
|
("rust-futures-util" ,rust-futures-util-0.3))))
|
||||||
#:cargo-development-inputs
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(("rust-assert-matches" ,rust-assert-matches-1)
|
|
||||||
("rust-pin-utils" ,rust-pin-utils-0.1)
|
|
||||||
("rust-tokio" ,rust-tokio-0.1))))
|
|
||||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
|
||||||
(synopsis "Rust implementation of futures and streams")
|
(synopsis "Rust implementation of futures and streams")
|
||||||
(description
|
(description
|
||||||
"A Rust implementation of futures and streams featuring zero allocations,
|
"This package is a Rust implementation of futures and streams featuring
|
||||||
composability, and iterator-like interfaces.")
|
zero allocations, composability, and iterator-like interfaces.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-futures-0.1
|
(define-public rust-futures-0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user