guix-commits
[Top][All Lists]
Advanced

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

42/73: gnu: rust-futures-io-0.3: Update to 0.3.26.


From: guix-commits
Subject: 42/73: gnu: rust-futures-io-0.3: Update to 0.3.26.
Date: Tue, 11 Apr 2023 22:07:27 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

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

    gnu: rust-futures-io-0.3: Update to 0.3.26.
    
    * gnu/packages/crates-io.scm (rust-futures-io-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 e379f7f769..538720fcc6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22691,7 +22691,7 @@ intrusive collections.")
 (define-public rust-futures-io-0.3
   (package
     (name "rust-futures-io")
-    (version "0.3.12")
+    (version "0.3.26")
     (source
      (origin
        (method url-fetch)
@@ -22700,7 +22700,7 @@ intrusive collections.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0005hz30pdxlbdamhd0imixmxcjpwrfxxr27kljxh6i84lshbgi8"))))
+         "0cc5s3qdgls25rlm3zpdf9fdk6gwmfp0fiiph39b5bmjdwdkgf5z"))))
     (build-system cargo-build-system)
     (arguments `(#:skip-build? #t))
     (home-page "https://rust-lang.github.io/futures-rs";)



reply via email to

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