mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-trust-dns-rustls-0.20: Update to 0.20.4.
* gnu/packages/crates-web.scm (rust-trust-dns-rustls-0.20): Update to 0.20.4. [arguments]: Don't skip the build. Add cargo-test-flags. [cargo-development-inputs]: Add rust-openssl-0.10. [native-inputs]: Add pkg-config. [inputs]: Add openssl. Change-Id: I00ed1ec574926809542347a86b0186f4bc4efe8c
This commit is contained in:
parent
5874ab714f
commit
ad5ca3892e
1 changed files with 10 additions and 4 deletions
|
@ -6936,17 +6936,20 @@ other queries.")
|
||||||
(define-public rust-trust-dns-rustls-0.20
|
(define-public rust-trust-dns-rustls-0.20
|
||||||
(package
|
(package
|
||||||
(name "rust-trust-dns-rustls")
|
(name "rust-trust-dns-rustls")
|
||||||
(version "0.20.0")
|
(version "0.20.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "trust-dns-rustls" version))
|
(uri (crate-uri "trust-dns-rustls" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00i5jf6bkfxikna0093swl0yz246nabpm0xngdxb94wkr3rz0kq9"))))
|
(base32 "0ygfcp65xrjgsa3mkyk54fq1n34wis866bh3lx3jy6hxfgz3a4dr"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--"
|
||||||
|
;; Not all files included.
|
||||||
|
"--skip=tests::test_tls_client_stream_ipv4")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
("rust-futures-io" ,rust-futures-io-0.3)
|
("rust-futures-io" ,rust-futures-io-0.3)
|
||||||
|
@ -6956,7 +6959,10 @@ other queries.")
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tokio-rustls" ,rust-tokio-rustls-0.22)
|
("rust-tokio-rustls" ,rust-tokio-rustls-0.22)
|
||||||
("rust-trust-dns-proto" ,rust-trust-dns-proto-0.20)
|
("rust-trust-dns-proto" ,rust-trust-dns-proto-0.20)
|
||||||
("rust-webpki" ,rust-webpki-0.21))))
|
("rust-webpki" ,rust-webpki-0.21))
|
||||||
|
#:cargo-development-inputs (("rust-openssl" ,rust-openssl-0.10))))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(inputs (list openssl))
|
||||||
(home-page "https://www.trust-dns.org/index.html")
|
(home-page "https://www.trust-dns.org/index.html")
|
||||||
(synopsis "Trust-DNS client rustls extension")
|
(synopsis "Trust-DNS client rustls extension")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue