guix-commits
[Top][All Lists]
Advanced

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

223/272: gnu: rust-futures-sink-0.3: Update to 0.3.12.


From: guix-commits
Subject: 223/272: gnu: rust-futures-sink-0.3: Update to 0.3.12.
Date: Sat, 13 Feb 2021 05:55:11 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 94ba338ee95f54a72cd49e533e3a5ee75939a6cd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 23:23:57 2021 +0100

    gnu: rust-futures-sink-0.3: Update to 0.3.12.
    
    * gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.12.
    [arguments]: Skip build.
    [home-page]: Update URI.
    [synopsis, description]: Improve typography.
---
 gnu/packages/crates-io.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b6a90f0..978b77c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15026,7 +15026,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.8")
+    (version "0.3.12")
     (source
      (origin
        (method url-fetch)
@@ -15035,12 +15035,13 @@ different @code{Future}s at once and handling the 
first one to complete.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0gfb1z97q861ki6lqsvpgfn3hnm9w3vkrf82dc00xrff95d1jy7q"))))
+         "1mj22d4w6digh7wfp6jkr5fdcl9r138q41fxzm1yg8mx568cdxfa"))))
     (build-system cargo-build-system)
-    (home-page "https://rust-lang-nursery.github.io/futures-rs";)
-    (synopsis "Asynchronous `Sink` trait for the futures-rs library")
+    (arguments `(#:skip-build? #t))
+    (home-page "https://rust-lang.github.io/futures-rs";)
+    (synopsis "Asynchronous @code{Sink} trait for the @code{futures-rs} 
library")
     (description "This package provides the asynchronous @code{Sink} trait for
-the futures-rs library.")
+the @code{futures-rs} library.")
     (license (list license:expat license:asl2.0))))
 
 (define-public rust-futures-sink-preview-0.3



reply via email to

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