guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: rust-futures-executor-0.3: Update to 0.3.30.


From: guix-commits
Subject: 05/18: gnu: rust-futures-executor-0.3: Update to 0.3.30.
Date: Sun, 7 Jan 2024 01:43:23 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit de544879a48be069028d45ed18878056262b9b1a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jan 5 13:10:49 2024 +0200

    gnu: rust-futures-executor-0.3: Update to 0.3.30.
    
    * gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to
    0.3.30.
    [arguments]: Don't skip the build.  Skip the tests.
    
    Change-Id: Ic381097a4df81971dbd1b8671c598439cdf09bf0
---
 gnu/packages/crates-io.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6c6618b243..baf8dfb0b3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26717,19 +26717,18 @@ the computation on the threads themselves.")
 (define-public rust-futures-executor-0.3
   (package
     (name "rust-futures-executor")
-    (version "0.3.28")
+    (version "0.3.30")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "futures-executor" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1q468di96knnla72xdvswic1ir2qkrf5czsdigc5n4l86a1fxv6c"))))
+         "07dh08gs9vfll2h36kq32q9xd86xm6lyl9xikmmwlkqnmrrgqxm5"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
+     `(#:tests? #f      ; use of undeclared crate or module `futures`
        #:cargo-inputs
        (("rust-futures-core" ,rust-futures-core-0.3)
         ("rust-futures-task" ,rust-futures-task-0.3)



reply via email to

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