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

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

View file

@ -22691,7 +22691,7 @@ (define-public rust-futures-intrusive-0.3
(define-public rust-futures-io-0.3 (define-public rust-futures-io-0.3
(package (package
(name "rust-futures-io") (name "rust-futures-io")
(version "0.3.12") (version "0.3.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -22700,7 +22700,7 @@ (define-public rust-futures-io-0.3
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0005hz30pdxlbdamhd0imixmxcjpwrfxxr27kljxh6i84lshbgi8")))) "0cc5s3qdgls25rlm3zpdf9fdk6gwmfp0fiiph39b5bmjdwdkgf5z"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t)) (arguments `(#:skip-build? #t))
(home-page "https://rust-lang.github.io/futures-rs") (home-page "https://rust-lang.github.io/futures-rs")