guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: rust-futures-sink-0.3: Update to 0.3.8.


From: guix-commits
Subject: 02/13: gnu: rust-futures-sink-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 7a0ddf40baec9f226896a3b2734f8af80eb2c18c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 19 16:46:20 2020 +0100

    gnu: rust-futures-sink-0.3: Update to 0.3.8.
    
    * gnu/packages/crates-io.scm (rust-futures-sink-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 6872726..fb7255a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10169,7 +10169,7 @@ different @code{Future}s at once and handling the first 
one to complete.")
 (define-public rust-futures-sink-0.3
   (package
     (name "rust-futures-sink")
-    (version "0.3.1")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -10178,7 +10178,7 @@ different @code{Future}s at once and handling the first 
one to complete.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "05iwskzxq3yqvxv9l1kqnd7kkmp0dwc39fnvwrcjsg76z8zf66qp"))))
+         "0gfb1z97q861ki6lqsvpgfn3hnm9w3vkrf82dc00xrff95d1jy7q"))))
     (build-system cargo-build-system)
     (home-page "https://rust-lang-nursery.github.io/futures-rs";)
     (synopsis "Asynchronous `Sink` trait for the futures-rs library")



reply via email to

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