guix-commits
[Top][All Lists]
Advanced

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

36/154: gnu: rust-trust-dns-https-0.19: Update to 0.19.7.


From: guix-commits
Subject: 36/154: gnu: rust-trust-dns-https-0.19: Update to 0.19.7.
Date: Mon, 22 Jan 2024 15:36:37 -0500 (EST)

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

commit 0383ef4cc6877ed0104cb7092ab28e1ee1851c65
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:13:11 2024 +0200

    gnu: rust-trust-dns-https-0.19: Update to 0.19.7.
    
    * gnu/packages/crates-web.scm (rust-trust-dns-https-0.19): Update to
    0.19.7.
    [arguments]: Don't skip the tests.  Add cargo-test-flags.
    [cargo-inputs]: Add rust-cfg-if-1.  Remove rust-backtrace-0.3.
    
    Change-Id: I8b384bd44323ae21567eac6d9623fb4fc7f456be
---
 gnu/packages/crates-web.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index c9839351e0..fc7026fc14 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2514,7 +2514,7 @@ the Trust-DNS client to use DNS over HTTPS.")
   (package
     (inherit rust-trust-dns-https-0.20)
     (name "rust-trust-dns-https")
-    (version "0.19.5")
+    (version "0.19.7")
     (source
      (origin
        (method url-fetch)
@@ -2522,12 +2522,15 @@ the Trust-DNS client to use DNS over HTTPS.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0s6yiqy98wddc2vid0dypj4cdnvycd4vrrj6l9s7yymq0iqpky5g"))))
+         "1zfzykz7x6x7g90jl8f1l4w7qj3qxqr1r2w16j5qh2c409lsnqhz"))))
     (arguments
-     `(#:tests? #false
+     `(#:cargo-test-flags
+       '("--release" "--"
+         ;; Requires the internet.
+         "--skip=https_client_stream::tests::test_https_google")
        #:cargo-inputs
-       (("rust-backtrace" ,rust-backtrace-0.3)
-        ("rust-bytes" ,rust-bytes-0.5)
+       (("rust-bytes" ,rust-bytes-0.5)
+        ("rust-cfg-if" ,rust-cfg-if-1)
         ("rust-data-encoding" ,rust-data-encoding-2)
         ("rust-futures" ,rust-futures-0.3)
         ("rust-h2" ,rust-h2-0.2)



reply via email to

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