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:
Efraim Flashner 2024-12-24 22:05:58 +02:00
parent 48e4fb43e1
commit e8e7d9cf1f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")