mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +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 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
||||||
(define-public rust-futures-channel-0.3
|
(define-public rust-futures-channel-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-channel")
|
(name "rust-futures-channel")
|
||||||
(version "0.3.8")
|
(version "0.3.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -14594,17 +14594,18 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r7y228kkhwx9jj3ny5ppmw2gvw0capm6ig8dzppgqd4g9l0jwab"))))
|
"0ihq3a3yc6ial3sw536q75hrhixq22xk6wn5qzpnxazgqxz1plzj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures-core" ,rust-futures-core-0.3)
|
(("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
("rust-futures-sink" ,rust-futures-sink-0.3))))
|
("rust-futures-sink" ,rust-futures-sink-0.3))))
|
||||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis "Channels for asynchronous communication using futures-rs")
|
(synopsis "Channels for asynchronous communication using @code{futures-rs}")
|
||||||
(description
|
(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))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-futures-channel-preview-0.3
|
(define-public rust-futures-channel-preview-0.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue