guix-commits
[Top][All Lists]
Advanced

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

08/18: gnu: rust-futures-sink-0.3: Update to 0.3.30.


From: guix-commits
Subject: 08/18: gnu: rust-futures-sink-0.3: Update to 0.3.30.
Date: Sun, 7 Jan 2024 01:43:25 -0500 (EST)

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

commit 86e00aabee4a5d79519fa54b15a49055f85f4cfe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jan 5 13:11:51 2024 +0200

    gnu: rust-futures-sink-0.3: Update to 0.3.30.
    
    * gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.30.
    
    Change-Id: Ie2c8a56b089e8aba34227c5b108527a8d71649ad
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 43db403e70..aaa460fbe4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27027,16 +27027,15 @@ 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.28")
+    (version "0.3.30")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "futures-sink" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0vkv4frf4c6gm1ag9imjz8d0xvpnn22lkylsls0rffx147zf8fzl"))))
+         "1dag8xyyaya8n8mh8smx7x6w2dpmafg2din145v973a3hw7f1f4z"))))
     (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]