guix-commits
[Top][All Lists]
Advanced

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

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


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

ngz pushed a commit to branch master
in repository guix.

commit 5cba847df72bca3672e44bdbf875274d0e557af1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 20 00:43:08 2020 +0100

    gnu: rust-futures-executor-preview-0.3: Update to 0.3.0-alpha.19.
    
    * gnu/packages/crates-io.scm (rust-futures-executor-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 535f619..bed9f9f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9988,7 +9988,7 @@ the computation on the threads themselves.")
 (define-public rust-futures-executor-preview-0.3
   (package
     (name "rust-futures-executor-preview")
-    (version "0.3.0-alpha.17")
+    (version "0.3.0-alpha.19")
     (source
      (origin
        (method url-fetch)
@@ -9997,7 +9997,7 @@ the computation on the threads themselves.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "053g5kf2qa1xhdkwp3d1grrizzy4683mpbb3y0vvm00hwl7jdfl7"))))
+         "161yv7wwha60mdzj1id47kh8ylnhcnv7blgwidg8xs4zpn46w8vm"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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