guix-patches
[Top][All Lists]
Advanced

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

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


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

* gnu/packages/crates-io.scm (rust-futures-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 24628a8b07..eed1e78771 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15023,7 +15023,7 @@ stabilized, and eventually removed.  This library 
reïnstates these traits.")
 (define-public rust-futures-0.3
   (package
     (name "rust-futures")
-    (version "0.3.12")
+    (version "0.3.14")
     (source
      (origin
        (method url-fetch)
@@ -15032,7 +15032,7 @@ stabilized, and eventually removed.  This library 
reïnstates these traits.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0l7i1hcag46k5v34cbn5dk45gwxn5yy5rxcvmbaxhi02lnhm546s"))))
+         "0lyjglxqdm91wdy646x9qrys9wfpk9g93ydzl4yasng48lsq3md9"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
-- 
2.29.2






reply via email to

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