guix-commits
[Top][All Lists]
Advanced

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

13/198: gnu: rust-futures-sink-0.3: Update to 0.3.31.


From: guix-commits
Subject: 13/198: gnu: rust-futures-sink-0.3: Update to 0.3.31.
Date: Wed, 25 Dec 2024 03:17:38 -0500 (EST)

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

commit be2efc5a54609356dfde773eef2e9807dcd53651
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 24 22:05:58 2024 +0200

    gnu: rust-futures-sink-0.3: Update to 0.3.31.
    
    * gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.31.
    
    Change-Id: I1d12507d81297812ede179c08db0fedbda3f2f07
---
 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 6f8c4cf310..9f9d9e3222 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31186,7 +31186,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.30")
+    (version "0.3.31")
     (source
      (origin
        (method url-fetch)
@@ -31194,7 +31194,7 @@ different @code{Future}s at once and handling the first 
one to complete.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1dag8xyyaya8n8mh8smx7x6w2dpmafg2din145v973a3hw7f1f4z"))))
+         "1xyly6naq6aqm52d5rh236snm08kw8zadydwqz8bip70s6vzlxg5"))))
     (build-system cargo-build-system)
     (home-page "https://rust-lang.github.io/futures-rs";)
     (synopsis "Asynchronous @code{Sink} trait for the @code{futures-rs} 
library")



reply via email to

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