guix-commits
[Top][All Lists]
Advanced

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

179/470: gnu: rust-h2-0.3: Update to 0.3.15.


From: guix-commits
Subject: 179/470: gnu: rust-h2-0.3: Update to 0.3.15.
Date: Thu, 16 Mar 2023 03:00:59 -0400 (EDT)

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

commit 6342bfc778fc6d0665ec0e89cbfa69c3f9582755
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 10:57:14 2023 +0200

    gnu: rust-h2-0.3: Update to 0.3.15.
    
    * gnu/packages/crates-io.scm (rust-h2-0.3): Update to 0.3.15.
    [cargo-inputs]: Replace rust-tokio-util-0.6 with 0.7.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9cf129396b..a8f87c064e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25330,14 +25330,14 @@ of gzip files based on the gzip header implementation 
in the @code{flate2} crate
 (define-public rust-h2-0.3
   (package
     (name "rust-h2")
-    (version "0.3.7")
+    (version "0.3.15")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "h2" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0mdf0x3cxj4rhx2zrm0gnx02i43gqcz3q4awzidargff5xb1kn3z"))))
+        (base32 "1x6h3pqi4gzgcl6xdfpjmbm0mkh2mckgav4in9b54dfskny2k7sz"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
@@ -25351,7 +25351,7 @@ of gzip files based on the gzip header implementation 
in the @code{flate2} crate
         ("rust-indexmap" ,rust-indexmap-1)
         ("rust-slab" ,rust-slab-0.4)
         ("rust-tokio" ,rust-tokio-1)
-        ("rust-tokio-util" ,rust-tokio-util-0.6)
+        ("rust-tokio-util" ,rust-tokio-util-0.7)
         ("rust-tracing" ,rust-tracing-0.1))))
     (home-page "https://github.com/hyperium/h2";)
     (synopsis "HTTP/2.0 client and server")



reply via email to

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