summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-02-22 12:21:02 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:12:05 -0400
commitf26dd44e5b163e95453b48160c2c5fe33e8cf07f (patch)
tree27b284533ac361d5e892f37415a80b9f0250cc7f
parentc90455bfab62aeb5a0f8298ab0c10d1e8cb62fc1 (diff)
downloadguix-f26dd44e5b163e95453b48160c2c5fe33e8cf07f.tar.gz
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.
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 07022d2a86..7bdd024ab3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22899,7 +22899,7 @@ 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.12")
+    (version "0.3.26")
     (source
      (origin
        (method url-fetch)
@@ -22908,7 +22908,7 @@ different @code{Future}s at once and handling the first one to complete.")
         (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")