guix-patches
[Top][All Lists]
Advanced

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

[bug#75127] [PATCH 62/67] gnu: rust-tokio-stream-0.1: Update to 0.1.17.


From: Jordan Moore
Subject: [bug#75127] [PATCH 62/67] gnu: rust-tokio-stream-0.1: Update to 0.1.17.
Date: Thu, 26 Dec 2024 18:11:38 -0500

* gnu/packages/crates-io.scm (rust-tokio-stream-0.1): Update to 0.1.17.

Change-Id: Ifc8842802806f4b3c3bb64d772837353ceb69c3f
---
 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 cd9f5924f9..6f7fdea9d0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -91982,14 +91982,14 @@ (define-public rust-tokio-socks-0.3
 (define-public rust-tokio-stream-0.1
   (package
     (name "rust-tokio-stream")
-    (version "0.1.16")
+    (version "0.1.17")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "tokio-stream" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1wc65gprcsyzqlr0k091glswy96kph90i32gffi4ksyh03hnqkjg"))))
+        (base32 "0ix0770hfp4x5rh5bl7vsnr3d4iz4ms43i522xw70xaap9xqv9gc"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #false      ; unresolved import `tokio_test`
-- 
2.46.0






reply via email to

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