guix-commits
[Top][All Lists]
Advanced

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

41/154: gnu: rust-trust-dns-rustls-0.19: Update to 0.19.7.


From: guix-commits
Subject: 41/154: gnu: rust-trust-dns-rustls-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 7cd1cf532d011eb0e76bf0a9436da0225d5e8105
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:16:19 2024 +0200

    gnu: rust-trust-dns-rustls-0.19: Update to 0.19.7.
    
    * gnu/packages/crates-web.scm (rust-trust-dns-rustls-0.19): Update to
    0.19.7.
    [arguments]: Don't skip the tests.  Add cargo-test-flags.
    
    Change-Id: Iade58b141ccd2be706e2ed29e2bae276ef335a6b
---
 gnu/packages/crates-web.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 66429a641f..db7261f69b 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3363,7 +3363,7 @@ the Trust-DNS client to use rustls for TLS.")
   (package
     (inherit rust-trust-dns-rustls-0.20)
     (name "rust-trust-dns-rustls")
-    (version "0.19.5")
+    (version "0.19.7")
     (source
      (origin
        (method url-fetch)
@@ -3371,9 +3371,12 @@ the Trust-DNS client to use rustls for TLS.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1hj4fx2x4ncj7v8pf6bbn7634zq76hjigm1s2h6b6yjzzmz4yprn"))))
+         "0d113r4j2821wzxl440bac1xk4c6s5qyx4va0srs6gjvbzhv143h"))))
     (arguments
-     `(#:tests? #false                  ;missing file
+     `(#:cargo-test-flags
+       '("--release" "--"
+         ;; Not all files included.
+         "--skip=tests::test_tls_client_stream_ipv4")
        #:cargo-inputs
        (("rust-futures" ,rust-futures-0.3)
         ("rust-log" ,rust-log-0.4)



reply via email to

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