mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-futures-sink-0.3: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.8.
This commit is contained in:
parent
5bb943faf9
commit
7a0ddf40ba
1 changed files with 2 additions and 2 deletions
|
@ -10169,7 +10169,7 @@ different @code{Future}s at once and handling the first one to complete.")
|
||||||
(define-public rust-futures-sink-0.3
|
(define-public rust-futures-sink-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-sink")
|
(name "rust-futures-sink")
|
||||||
(version "0.3.1")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10178,7 +10178,7 @@ different @code{Future}s at once and handling the first one to complete.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05iwskzxq3yqvxv9l1kqnd7kkmp0dwc39fnvwrcjsg76z8zf66qp"))))
|
"0gfb1z97q861ki6lqsvpgfn3hnm9w3vkrf82dc00xrff95d1jy7q"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
||||||
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
|
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue