gnu: rust-openssl-sys-0.9: Update to 0.9.87.
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.87. [cargo-inputs]: Remove rust-autocfg-1.
parent
f1839f4304
commit
b7958cc284
|
@ -41538,21 +41538,20 @@ system for OpenSSL.")
|
||||||
(define-public rust-openssl-sys-0.9
|
(define-public rust-openssl-sys-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-openssl-sys")
|
(name "rust-openssl-sys")
|
||||||
(version "0.9.84")
|
(version "0.9.87")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "openssl-sys" version))
|
(uri (crate-uri "openssl-sys" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ym0vcfnyp8bf8lidz8w0yx0n6pva37nvdww0c22kn62kp7fl81s"))
|
(base32 "0znc0q7a2gi2pmkscv0d6wzpfd64mgmy3w4lmrvrv05jcj9ga5wf"))
|
||||||
(patches (search-patches "rust-openssl-sys-no-vendor.patch"))))
|
(patches (search-patches "rust-openssl-sys-no-vendor.patch"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
;; Build dependencies:
|
;; Build dependencies:
|
||||||
("rust-autocfg" ,rust-autocfg-1)
|
|
||||||
("rust-bindgen" ,rust-bindgen-0.64)
|
("rust-bindgen" ,rust-bindgen-0.64)
|
||||||
("rust-cc" ,rust-cc-1)
|
("rust-cc" ,rust-cc-1)
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||||
|
|
Reference in New Issue