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:
parent
5f9d9d0411
commit
fa24775674
@ -16309,19 +16309,17 @@ IO of Windows's named pipes.")
|
|||||||
(define-public rust-native-tls-0.2
|
(define-public rust-native-tls-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-native-tls")
|
(name "rust-native-tls")
|
||||||
(version "0.2.3")
|
(version "0.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "native-tls" version))
|
(uri (crate-uri "native-tls" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0grsinsgq1pd70c6k9mif7wambwq2jxh8jhvdgwf9i7dnlwpkk3g"))))
|
||||||
"0ki7cj4wzyd2nach4qdjly69sp7rs0yz3n3z2ii4mm1gqajg2bab"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests require network access
|
`(#:tests? #f ; tests require network access
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
@ -16330,11 +16328,11 @@ IO of Windows's named pipes.")
|
|||||||
("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
||||||
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
||||||
("rust-schannel" ,rust-schannel-0.1)
|
("rust-schannel" ,rust-schannel-0.1)
|
||||||
("rust-security-framework" ,rust-security-framework-0.3)
|
("rust-security-framework" ,rust-security-framework-2)
|
||||||
("rust-security-framework-sys" ,rust-security-framework-sys-0.3)
|
("rust-security-framework-sys" ,rust-security-framework-sys-2)
|
||||||
("rust-tempfile" ,rust-tempfile-3))
|
("rust-tempfile" ,rust-tempfile-3))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-hex" ,rust-hex-0.3))))
|
(("rust-hex" ,rust-hex-0.4))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user