guix-commits
[Top][All Lists]
Advanced

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

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


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

ngz pushed a commit to branch master
in repository guix.

commit 448ab6ef3321686497c592e9f99409b7d13aaf00
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 20 00:34:40 2020 +0100

    gnu: rust-futures-channel-preview-0.3: Update to 0.3.0-alpha.19.
    
    * gnu/packages/crates-io.scm (rust-futures-channel-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 accc808..89543c9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9868,7 +9868,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-channel-preview-0.3
   (package
     (name "rust-futures-channel-preview")
-    (version "0.3.0-alpha.17")
+    (version "0.3.0-alpha.19")
     (source
      (origin
        (method url-fetch)
@@ -9877,7 +9877,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1blgpikhw391lzrfqcgg4xsn5xc0dlybni77ka7f0vb08zaixir1"))))
+         "0fi6bi4lpyxjigy11y5sjg6wlc8nc71vbpmxz31c3aagjvgz9rfm"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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