guix-patches
[Top][All Lists]
Advanced

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

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


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

* gnu/packages/crates-io.scm (rust-futures-channel-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 eed1e78771..6fe2e555e8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15075,7 +15075,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-channel-0.3
   (package
     (name "rust-futures-channel")
-    (version "0.3.12")
+    (version "0.3.14")
     (source
      (origin
        (method url-fetch)
@@ -15084,7 +15084,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0ihq3a3yc6ial3sw536q75hrhixq22xk6wn5qzpnxazgqxz1plzj"))))
+         "09gc57djz490yljh3ihvgxfwx3v81v7y0q9h06k3g4995ajwcyff"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
-- 
2.29.2






reply via email to

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