mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-trust-dns-native-tls-0.19: Update to 0.19.7.
* gnu/packages/crates-web.scm (rust-trust-dns-native-tls-0.19): Update to 0.19.7. [arguments]: Don't skip the tests. Add cargo-test-flags. Change-Id: I1d3e79c030f7fd9024e88f58254d1c84b0797df2
This commit is contained in:
parent
b5fb44a86b
commit
dc2615df33
1 changed files with 6 additions and 3 deletions
|
@ -2650,7 +2650,7 @@ extension for the Trust-DNS client to use native-tls for TLS.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-trust-dns-native-tls-0.20)
|
(inherit rust-trust-dns-native-tls-0.20)
|
||||||
(name "rust-trust-dns-native-tls")
|
(name "rust-trust-dns-native-tls")
|
||||||
(version "0.19.5")
|
(version "0.19.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2658,9 +2658,12 @@ extension for the Trust-DNS client to use native-tls for TLS.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"173443yivsiyzvnai4h53v71br8jsz4zjwhp83q3x4hnh6306ymv"))))
|
"12rh378g144cmw8lpjnivndknlf56i4lzfwnhigp1zviyw5jb7lj"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--"
|
||||||
|
;; Not all files included.
|
||||||
|
"--skip=tests::test_tls_client_stream_ipv4")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures" ,rust-futures-0.3)
|
(("rust-futures" ,rust-futures-0.3)
|
||||||
("rust-native-tls" ,rust-native-tls-0.2)
|
("rust-native-tls" ,rust-native-tls-0.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue