mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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.
This commit is contained in:
parent
7f17781610
commit
12022fb14b
1 changed files with 7 additions and 6 deletions
|
@ -14585,7 +14585,7 @@ (define-public rust-futures-0.1
|
|||
(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 @@ (define-public rust-futures-channel-0.3
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue