gnu: rust-futures-sink-0.3: Update to 0.3.26.

* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.26.
This commit is contained in:
Efraim Flashner 2023-02-22 12:21:02 +02:00 committed by Maxim Cournoyer
parent c90455bfab
commit f26dd44e5b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -22899,7 +22899,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.12")
(version "0.3.26")
(source
(origin
(method url-fetch)
@ -22908,7 +22908,7 @@ (define-public rust-futures-sink-0.3
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1mj22d4w6digh7wfp6jkr5fdcl9r138q41fxzm1yg8mx568cdxfa"))))
"0r43djzf0caz89c724ishpzxy59y6nw7ykfvh1nd9kz8nc5q447k"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://rust-lang.github.io/futures-rs")