guix-patches
[Top][All Lists]
Advanced

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

[bug#45276] [PATCH 21/26] gnu: rust-futures-executor-0.3: Update to 0.3.


From: Hartmut Goebel
Subject: [bug#45276] [PATCH 21/26] gnu: rust-futures-executor-0.3: Update to 0.3.8.
Date: Wed, 16 Dec 2020 21:36:29 +0100

* gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.8.
  [arguments] Add skip-build.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cbefd5992c..b8fca9e415 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10111,7 +10111,7 @@ the computation on the threads themselves.")
 (define-public rust-futures-executor-0.3
   (package
     (name "rust-futures-executor")
-    (version "0.3.1")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -10119,11 +10119,11 @@ the computation on the threads themselves.")
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0cf24wbgxqh4kdjbb557vk1axzmbpmwb8s05ga1nls1zaqv4f9qy"))))
+        (base32 "0r8ayj6g08d1i0hj2v6g5zr3hzlkxpqlkpf1awq0105qd0mjpajc"))))
     (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)
-- 
2.21.3






reply via email to

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