guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: rust-futures-channel-0.3: Update to 0.3.30.


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

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

commit 3a7bc657f9180847e54e744ccd49fd0e8000db59
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jan 5 13:09:57 2024 +0200

    gnu: rust-futures-channel-0.3: Update to 0.3.30.
    
    * gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to
    0.3.30.
    
    Change-Id: I933842030565fd9770da3ff96d7d001b93187ad3
---
 gnu/packages/crates-io.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a9b7b64ae8..7d41b8da25 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26598,19 +26598,18 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-channel-0.3
   (package
     (name "rust-futures-channel")
-    (version "0.3.28")
+    (version "0.3.30")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "futures-channel" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1wmm9wm5zjigxz61qkscmxp7c30zp08dy63spjz5pch9gva1hmcm"))))
+         "0y6b7xxqdjm9hlcjpakcg41qfl7lihf6gavk8fyqijsxhvbzgj7a"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f
+     `(#:tests? #f      ; use of undeclared crate or module `futures`
        #:cargo-inputs
        (("rust-futures-core" ,rust-futures-core-0.3)
         ("rust-futures-sink" ,rust-futures-sink-0.3))))



reply via email to

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