guix-commits
[Top][All Lists]
Advanced

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

42/44: gnu: rust-h2-0.2: Update to 0.2.7.


From: guix-commits
Subject: 42/44: gnu: rust-h2-0.2: Update to 0.2.7.
Date: Sun, 5 Nov 2023 15:03:12 -0500 (EST)

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

commit 854c7b0f0a07a88322224076f0271d69fd1b06e4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 5 17:51:02 2023 +0200

    gnu: rust-h2-0.2: Update to 0.2.7.
    
    * gnu/packages/crates-io.scm (rust-h2-0.2): Update to 0.2.7.
    [arguments]: Skip the test suite.
    [cargo-inputs]: Add rust-tracing-futures-0.2.
    [native-inputs]: Add perl.
    
    Change-Id: Id531eb420672dc06c9c43e903755b042ebdd185c
---
 gnu/packages/crates-io.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 60f7e9354c..3bc084d60c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32692,7 +32692,7 @@ of gzip files based on the gzip header implementation 
in the @code{flate2} crate
   (package
     (inherit rust-h2-0.3)
     (name "rust-h2")
-    (version "0.2.6")
+    (version "0.2.7")
     (source
      (origin
        (method url-fetch)
@@ -32700,9 +32700,10 @@ of gzip files based on the gzip header implementation 
in the @code{flate2} crate
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0lvdrzn43iikl521dlrb7z96lsmy7l6nnm35ylf00q7dmq5rwgwr"))))
+         "0dd5jyxmmy88pdmvag7n41k9z1qs6sliagcyx4jss5292byjhisy"))))
     (arguments
-     `(#:cargo-inputs
+     `(#:tests? #f      ; Not all files included.
+       #:cargo-inputs
        (("rust-bytes" ,rust-bytes-0.5)
         ("rust-fnv" ,rust-fnv-1)
         ("rust-futures-core" ,rust-futures-core-0.3)
@@ -32713,7 +32714,8 @@ of gzip files based on the gzip header implementation 
in the @code{flate2} crate
         ("rust-slab" ,rust-slab-0.4)
         ("rust-tokio" ,rust-tokio-0.2)
         ("rust-tokio-util" ,rust-tokio-util-0.3)
-        ("rust-tracing" ,rust-tracing-0.1))
+        ("rust-tracing" ,rust-tracing-0.1)
+        ("rust-tracing-futures" ,rust-tracing-futures-0.2))
        #:cargo-development-inputs
        (("rust-env-logger" ,rust-env-logger-0.5)
         ("rust-hex" ,rust-hex-0.2)
@@ -32726,7 +32728,8 @@ of gzip files based on the gzip header implementation 
in the @code{flate2} crate
         ("rust-tokio-rustls" ,rust-tokio-rustls-0.12)
         ("rust-walkdir" ,rust-walkdir-1)
         ("rust-webpki" ,rust-webpki-0.21)
-        ("rust-webpki-roots" ,rust-webpki-roots-0.17))))))
+        ("rust-webpki-roots" ,rust-webpki-roots-0.17))))
+    (native-inputs (list perl))))
 
 (define-public rust-h2-0.1
   (package



reply via email to

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