gnu: rust-native-tls-0.2: Update to 0.2.6.

* gnu/packages/crates-io.scm (rust-native-tls-0.2): Update to 0.2.6.
[arguments]: Update rust-security-framework-sys, and rust-security-framework
Cargo inputs.  Update rust-hex Cargo development input.
This commit is contained in:
Nicolas Goaziou 2020-12-05 13:13:22 +01:00
parent 5f9d9d0411
commit fa24775674
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16309,16 +16309,14 @@ (define-public rust-napi-sys-0.4
(define-public rust-native-tls-0.2
(package
(name "rust-native-tls")
(version "0.2.3")
(version "0.2.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "native-tls" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ki7cj4wzyd2nach4qdjly69sp7rs0yz3n3z2ii4mm1gqajg2bab"))))
(base32 "0grsinsgq1pd70c6k9mif7wambwq2jxh8jhvdgwf9i7dnlwpkk3g"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; tests require network access
@ -16330,11 +16328,11 @@ (define-public rust-native-tls-0.2
("rust-openssl-probe" ,rust-openssl-probe-0.1)
("rust-openssl-sys" ,rust-openssl-sys-0.9)
("rust-schannel" ,rust-schannel-0.1)
("rust-security-framework" ,rust-security-framework-0.3)
("rust-security-framework-sys" ,rust-security-framework-sys-0.3)
("rust-security-framework" ,rust-security-framework-2)
("rust-security-framework-sys" ,rust-security-framework-sys-2)
("rust-tempfile" ,rust-tempfile-3))
#:cargo-development-inputs
(("rust-hex" ,rust-hex-0.3))))
(("rust-hex" ,rust-hex-0.4))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs