guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: rust-futures-core-preview-0.3: Update to 0.3.0-alpha.19.


From: guix-commits
Subject: 02/09: gnu: rust-futures-core-preview-0.3: Update to 0.3.0-alpha.19.
Date: Mon, 28 Dec 2020 15:56:28 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 06f2b1e6eaa020c55829b49bfcb6597752435079
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 20 00:13:54 2020 +0100

    gnu: rust-futures-core-preview-0.3: Update to 0.3.0-alpha.19.
    
    * gnu/packages/crates-io.scm (rust-futures-core-preview-0.3): Update to
    0.3.0-alpha.19.
---
 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 98a39d7..b178819 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9914,7 +9914,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-core-preview-0.3
   (package
     (name "rust-futures-core-preview")
-    (version "0.3.0-alpha.17")
+    (version "0.3.0-alpha.19")
     (source
       (origin
         (method url-fetch)
@@ -9922,7 +9922,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1xaq8m609k6cz8xydwhwp8xxyxigabcw1w9ngycfy0bnkg7iq52b"))))
+          "02n66jkjhpy210dv24pz0j30lvyin5kzlrb50p1j7x8yzdin4nxk"))))
     (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]