mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rust-native-tls-0.2: Update to 0.2.7.
* gnu/packages/crates-io.scm (rust-native-tls-0.2): Update to 0.2.7.
This commit is contained in:
parent
74efdfc4e9
commit
aa0038b640
1 changed files with 7 additions and 6 deletions
|
@ -23975,14 +23975,14 @@ (define-public rust-napi-sys-0.4
|
||||||
(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.6")
|
(version "0.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "native-tls" version))
|
(uri (crate-uri "native-tls" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0grsinsgq1pd70c6k9mif7wambwq2jxh8jhvdgwf9i7dnlwpkk3g"))))
|
(base32 "1m6v16xl8h4pm32pw6yhrvgwznf60bqhj2qhb1yrb8wd3hp6pndq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests require network access
|
`(#:tests? #f ; tests require network access
|
||||||
|
@ -23998,16 +23998,17 @@ (define-public rust-native-tls-0.2
|
||||||
("rust-security-framework-sys" ,rust-security-framework-sys-2)
|
("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.4))))
|
(("rust-hex" ,rust-hex-0.4)
|
||||||
|
("rust-test-cert-gen" ,rust-test-cert-gen-0.1))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
(home-page "https://github.com/sfackler/rust-native-tls")
|
(home-page "https://github.com/sfackler/rust-native-tls")
|
||||||
(synopsis
|
(synopsis "Wrapper over a platform's native TLS implementation")
|
||||||
"Wrapper over a platform's native TLS implementation")
|
|
||||||
(description
|
(description
|
||||||
"This package provides a wrapper over a platform's native TLS implementation.")
|
"This package provides a wrapper over a platform's native TLS
|
||||||
|
implementation.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-native-tls-0.1
|
(define-public rust-native-tls-0.1
|
||||||
|
|
Loading…
Reference in a new issue