guix-commits
[Top][All Lists]
Advanced

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

432/472: gnu: rust-futures-sink-0.3: Update to 0.3.28.


From: guix-commits
Subject: 432/472: gnu: rust-futures-sink-0.3: Update to 0.3.28.
Date: Tue, 18 Jul 2023 14:09:58 -0400 (EDT)

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

commit f9665cb1682c8df512231bf3a85f98d9d431b723
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 20:59:21 2023 +0300

    gnu: rust-futures-sink-0.3: Update to 0.3.28.
    
    * gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.28.
    [arguments]: Don't skip build.
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 399072a08b..0496e12611 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25415,7 +25415,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.26")
+    (version "0.3.28")
     (source
      (origin
        (method url-fetch)
@@ -25424,9 +25424,8 @@ different @code{Future}s at once and handling the first 
one to complete.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0r43djzf0caz89c724ishpzxy59y6nw7ykfvh1nd9kz8nc5q447k"))))
+         "0vkv4frf4c6gm1ag9imjz8d0xvpnn22lkylsls0rffx147zf8fzl"))))
     (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
     (home-page "https://rust-lang.github.io/futures-rs";)
     (synopsis "Asynchronous @code{Sink} trait for the @code{futures-rs} 
library")
     (description "This package provides the asynchronous @code{Sink} trait for



reply via email to

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