guix-commits
[Top][All Lists]
Advanced

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

263/470: gnu: rust-futures-sink-0.3: Update to 0.3.26.


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

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

commit ffc807f0fe5ba22eb5adaa4298508c330e1f30ec
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:21:02 2023 +0200

    gnu: rust-futures-sink-0.3: Update to 0.3.26.
    
    * gnu/packages/crates-io.scm (rust-futures-sink-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 77f7cc7a15..3c739f481e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23238,7 +23238,7 @@ different @code{Future}s at once and handling the first 
one to complete.")
 (define-public rust-futures-sink-0.3
   (package
     (name "rust-futures-sink")
-    (version "0.3.12")
+    (version "0.3.26")
     (source
      (origin
        (method url-fetch)
@@ -23247,7 +23247,7 @@ different @code{Future}s at once and handling the first 
one to complete.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1mj22d4w6digh7wfp6jkr5fdcl9r138q41fxzm1yg8mx568cdxfa"))))
+         "0r43djzf0caz89c724ishpzxy59y6nw7ykfvh1nd9kz8nc5q447k"))))
     (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]