guix-commits
[Top][All Lists]
Advanced

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

224/272: gnu: rust-futures-core-0.3: Update to 0.3.12.


From: guix-commits
Subject: 224/272: gnu: rust-futures-core-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 7f177816108f44ce1efa698e799567b1527433e0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 23:25:34 2021 +0100

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 978b77c..352642f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14665,7 +14665,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-core-0.3
   (package
     (name "rust-futures-core")
-    (version "0.3.8")
+    (version "0.3.12")
     (source
      (origin
        (method url-fetch)
@@ -14674,11 +14674,11 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0j0pixxv8dmqas1h5cgy92z4r9lpmnlis8ls22v17yrgnwqy2z44"))))
+         "0r8ag0mkxx9cd74yrccjk31lph4gr6lhgb9di6rx39wdvrfi9rbr"))))
     (build-system cargo-build-system)
-    (arguments '(#:tests? #f))
-    (home-page "https://rust-lang-nursery.github.io/futures-rs";)
-    (synopsis "Core traits and types in for the `futures` library")
+    (arguments '(#:skip-build? #t))
+    (home-page "https://rust-lang.github.io/futures-rs";)
+    (synopsis "Core traits and types in for the @code{futures} library")
     (description "This package provides the core traits and types in for the
 @code{futures} library.")
     (license (list license:expat license:asl2.0))))



reply via email to

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