me
/
guix
Archived
1
0
Fork 0

gnu: rust-futures-channel-0.3: Update to 0.3.12.

* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to 0.3.12.
[arguments]: Skip build.
[home-page]: Update URI.
[synopsis, descripton]: Improve typography.
master
Nicolas Goaziou 2021-02-10 23:27:08 +01:00
parent 7f17781610
commit 12022fb14b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 6 deletions

View File

@ -14585,7 +14585,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(define-public rust-futures-channel-0.3
(package
(name "rust-futures-channel")
(version "0.3.8")
(version "0.3.12")
(source
(origin
(method url-fetch)
@ -14594,17 +14594,18 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0r7y228kkhwx9jj3ny5ppmw2gvw0capm6ig8dzppgqd4g9l0jwab"))))
"0ihq3a3yc6ial3sw536q75hrhixq22xk6wn5qzpnxazgqxz1plzj"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f
`(#:skip-build? #t
#:cargo-inputs
(("rust-futures-core" ,rust-futures-core-0.3)
("rust-futures-sink" ,rust-futures-sink-0.3))))
(home-page "https://rust-lang-nursery.github.io/futures-rs")
(synopsis "Channels for asynchronous communication using futures-rs")
(home-page "https://rust-lang.github.io/futures-rs")
(synopsis "Channels for asynchronous communication using @code{futures-rs}")
(description
"Channels for asynchronous communication using futures-rs.")
"This package provides channels for asynchronous communication using
@code{futures-rs}.")
(license (list license:expat license:asl2.0))))
(define-public rust-futures-channel-preview-0.3