guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: rust-futures-channel-0.3: Update to 0.3.8.


From: guix-commits
Subject: 03/13: gnu: rust-futures-channel-0.3: Update to 0.3.8.
Date: Mon, 28 Dec 2020 16:25:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c56bedd36828385a3126460f0696636d6e9a10ef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 19 16:47:12 2020 +0100

    gnu: rust-futures-channel-0.3: Update to 0.3.8.
    
    * gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to 0.3.8.
---
 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 fb7255a..b641db0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9843,7 +9843,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-channel-0.3
   (package
     (name "rust-futures-channel")
-    (version "0.3.1")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -9852,7 +9852,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "11lvk749n61654ad40xn751gmxzwb697nwh36s5gs0ni2z59ibpw"))))
+         "0r7y228kkhwx9jj3ny5ppmw2gvw0capm6ig8dzppgqd4g9l0jwab"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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