guix-commits
[Top][All Lists]
Advanced

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

429/472: gnu: rust-futures-executor-0.3: Update to 0.3.28.


From: guix-commits
Subject: 429/472: gnu: rust-futures-executor-0.3: Update to 0.3.28.
Date: Tue, 18 Jul 2023 14:09:57 -0400 (EDT)

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

commit 0cb6f763e8d7b2790648768af7f86bb0b8cac3bb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 20:56:54 2023 +0300

    gnu: rust-futures-executor-0.3: Update to 0.3.28.
    
    * gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to
    0.3.28.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 097dd59e28..c2ff7387c5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25124,7 +25124,7 @@ the computation on the threads themselves.")
 (define-public rust-futures-executor-0.3
   (package
     (name "rust-futures-executor")
-    (version "0.3.26")
+    (version "0.3.28")
     (source
      (origin
        (method url-fetch)
@@ -25133,7 +25133,7 @@ the computation on the threads themselves.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "03mm37yv235i2ifjfaacw5cl8cmiyirj8ap3d64fr5xblqshmpp8"))))
+         "1q468di96knnla72xdvswic1ir2qkrf5czsdigc5n4l86a1fxv6c"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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