guix-commits
[Top][All Lists]
Advanced

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

03/25: gnu: rust-tokio: Update to 0.2.21.


From: guix-commits
Subject: 03/25: gnu: rust-tokio: Update to 0.2.21.
Date: Sat, 13 Jun 2020 18:49:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d22dc5f728b08d57a4d82a273301c5e1cd30bdfc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 17:13:14 2020 +0200

    gnu: rust-tokio: Update to 0.2.21.
    
    * gnu/packages/crates-io.scm (rust-tokio): Update to 0.2.21.
---
 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 074d45b..30e00b3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23745,14 +23745,14 @@ in Rust.")
 (define-public rust-tokio-0.2
   (package
     (name "rust-tokio")
-    (version "0.2.18")
+    (version "0.2.21")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "tokio" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "04v7rfkrlr8cx30ygy0n45skf6pdbif0zisn9a5xrdnjfb81dvrl"))))
+        (base32 "0n1dxsjv9fxv3kmr3nh4n8v8pqckwgdlls942msysavhp4kzm6fh"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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