guix-commits
[Top][All Lists]
Advanced

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

261/470: gnu: rust-futures-executor-0.3: Update to 0.3.26.


From: guix-commits
Subject: 261/470: gnu: rust-futures-executor-0.3: Update to 0.3.26.
Date: Thu, 16 Mar 2023 03:01:25 -0400 (EDT)

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

commit 485ac3fe2af05fa6253a2f500e4299ff0384b31e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:20:36 2023 +0200

    gnu: rust-futures-executor-0.3: Update to 0.3.26.
    
    * gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.26.
---
 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 69eadd31f8..20cdb76885 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22945,7 +22945,7 @@ the computation on the threads themselves.")
 (define-public rust-futures-executor-0.3
   (package
     (name "rust-futures-executor")
-    (version "0.3.12")
+    (version "0.3.26")
     (source
      (origin
        (method url-fetch)
@@ -22954,7 +22954,7 @@ the computation on the threads themselves.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1ffr1zclhz60ql49n2pj44jhhk22yah41xwlpyb30jws03f9zrg9"))))
+         "03mm37yv235i2ifjfaacw5cl8cmiyirj8ap3d64fr5xblqshmpp8"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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