gnu: rust-futures-sink-0.3: Update to 0.3.30.
* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.30. Change-Id: Ie2c8a56b089e8aba34227c5b108527a8d71649admaster
parent
823fd13abd
commit
5a6935d85b
|
@ -27027,16 +27027,15 @@ different @code{Future}s at once and handling the first one to complete.")
|
|||
(define-public rust-futures-sink-0.3
|
||||
(package
|
||||
(name "rust-futures-sink")
|
||||
(version "0.3.28")
|
||||
(version "0.3.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-sink" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vkv4frf4c6gm1ag9imjz8d0xvpnn22lkylsls0rffx147zf8fzl"))))
|
||||
"1dag8xyyaya8n8mh8smx7x6w2dpmafg2din145v973a3hw7f1f4z"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://rust-lang.github.io/futures-rs")
|
||||
(synopsis "Asynchronous @code{Sink} trait for the @code{futures-rs} library")
|
||||
|
|
Reference in New Issue