From 7f177816108f44ce1efa698e799567b1527433e0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 10 Feb 2021 23:25:34 +0100 Subject: 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 978b77c773..352642f7e0 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)))) -- cgit v1.2.3