guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#47948] [PATCH 08/49] gnu: rust-futures-sink: Update to 0.3.14.


From: Danny Milosavljevic
Subject: [bug#47948] [PATCH 08/49] gnu: rust-futures-sink: Update to 0.3.14.
Date: Thu, 22 Apr 2021 12:21:27 +0200

* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.14.
---
 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 0a62a322e9..a25f4ae570 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15517,7 +15517,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.14")
     (source
      (origin
        (method url-fetch)
@@ -15526,7 +15526,7 @@ different @code{Future}s at once and handling the first 
one to complete.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1mj22d4w6digh7wfp6jkr5fdcl9r138q41fxzm1yg8mx568cdxfa"))))
+         "08vc88majhvizpxpr44h0c240k2ag7is99v153cf6pam7i1jjmjw"))))
     (build-system cargo-build-system)
     (arguments `(#:skip-build? #t))
     (home-page "https://rust-lang.github.io/futures-rs";)
-- 
2.29.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]