guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: rust-futures-core-0.3: Update to 0.3.8.


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

ngz pushed a commit to branch master
in repository guix.

commit 5bb943faf98fb68f0030d4de4e1be1c62e4c6300
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 19 16:44:39 2020 +0100

    gnu: rust-futures-core-0.3: Update to 0.3.8.
    
    * gnu/packages/crates-io.scm (rust-futures-core-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 a67f4f3..6872726 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9893,7 +9893,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-core-0.3
   (package
     (name "rust-futures-core")
-    (version "0.3.1")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -9902,7 +9902,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0rh8q6pg08dizk5hwksvjgvkw26s3sr3b199nggv3ypyg914qmkr"))))
+         "0j0pixxv8dmqas1h5cgy92z4r9lpmnlis8ls22v17yrgnwqy2z44"))))
     (build-system cargo-build-system)
     (arguments '(#:tests? #f))
     (home-page "https://rust-lang-nursery.github.io/futures-rs";)



reply via email to

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