apteryx pushed a commit to branch master
in repository guix.
commit 7420c151a8a4ecd7f72c6ca7215421c6a95b0125
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Feb 22 12:20:47 2023 +0200
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.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 36178dab6a..70ece10dfe 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22691,7 +22691,7 @@ intrusive collections.")
(define-public rust-futures-io-0.3
(package
(name "rust-futures-io")
- (version "0.3.12")
+ (version "0.3.26")
(source
(origin
(method url-fetch)
@@ -22700,7 +22700,7 @@ intrusive collections.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0005hz30pdxlbdamhd0imixmxcjpwrfxxr27kljxh6i84lshbgi8"))))
+ "0cc5s3qdgls25rlm3zpdf9fdk6gwmfp0fiiph39b5bmjdwdkgf5z"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://rust-lang.github.io/futures-rs")