me
/
guix
Archived
1
0
Fork 0

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: Ie2c8a56b089e8aba34227c5b108527a8d71649ad
master
Efraim Flashner 2024-01-05 13:11:51 +02:00
parent 823fd13abd
commit 5a6935d85b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

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