mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-futures-sink-0.3: Update to 0.3.31.
* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.31. Change-Id: I1d12507d81297812ede179c08db0fedbda3f2f07
This commit is contained in:
parent
48e4fb43e1
commit
e8e7d9cf1f
1 changed files with 2 additions and 2 deletions
|
@ -31232,7 +31232,7 @@ (define-public rust-futures-select-macro-preview-0.3
|
|||
(define-public rust-futures-sink-0.3
|
||||
(package
|
||||
(name "rust-futures-sink")
|
||||
(version "0.3.30")
|
||||
(version "0.3.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -31240,7 +31240,7 @@ (define-public rust-futures-sink-0.3
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dag8xyyaya8n8mh8smx7x6w2dpmafg2din145v973a3hw7f1f4z"))))
|
||||
"1xyly6naq6aqm52d5rh236snm08kw8zadydwqz8bip70s6vzlxg5"))))
|
||||
(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")
|
||||
|
|
Loading…
Reference in a new issue