guix-commits
[Top][All Lists]
Advanced

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

222/272: gnu: rust-futures-executor-0.3: Update to 0.3.12.


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

ngz pushed a commit to branch master
in repository guix.

commit 548fbc5e36de3461f28411e5a4faf42a95a9440d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 23:22:38 2021 +0100

    gnu: rust-futures-executor-0.3: Update to 0.3.12.
    
    * gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.12.
    [arguments]: Skip build.
    [home-page]: Update URI.
    [synopsis]: 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 a9b5bb5..b6a90f0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14732,7 +14732,7 @@ the computation on the threads themselves.")
 (define-public rust-futures-executor-0.3
   (package
     (name "rust-futures-executor")
-    (version "0.3.8")
+    (version "0.3.12")
     (source
      (origin
        (method url-fetch)
@@ -14741,17 +14741,18 @@ the computation on the threads themselves.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0r8ayj6g08d1i0hj2v6g5zr3hzlkxpqlkpf1awq0105qd0mjpajc"))))
+         "1ffr1zclhz60ql49n2pj44jhhk22yah41xwlpyb30jws03f9zrg9"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f
+     `(#:skip-build? #t
        #:cargo-inputs
        (("rust-futures-core" ,rust-futures-core-0.3)
         ("rust-futures-task" ,rust-futures-task-0.3)
         ("rust-futures-util" ,rust-futures-util-0.3)
         ("rust-num-cpus" ,rust-num-cpus-1))))
-    (home-page "https://rust-lang-nursery.github.io/futures-rs";)
-    (synopsis "Executors for asynchronous tasks based on the futures-rs 
library")
+    (home-page "https://rust-lang.github.io/futures-rs";)
+    (synopsis
+     "Executors for asynchronous tasks based on the @code{futures-rs} library")
     (description
      "This package provides executors for asynchronous tasks based on the
 @code{futures-rs} library.")



reply via email to

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