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.
This commit is contained in:
parent
f1839f4304
commit
b7958cc284
1 changed files with 2 additions and 3 deletions
|
@ -41538,21 +41538,20 @@ (define-public rust-openssl-probe-0.1
|
|||
(define-public rust-openssl-sys-0.9
|
||||
(package
|
||||
(name "rust-openssl-sys")
|
||||
(version "0.9.84")
|
||||
(version "0.9.87")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "openssl-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ym0vcfnyp8bf8lidz8w0yx0n6pva37nvdww0c22kn62kp7fl81s"))
|
||||
(base32 "0znc0q7a2gi2pmkscv0d6wzpfd64mgmy3w4lmrvrv05jcj9ga5wf"))
|
||||
(patches (search-patches "rust-openssl-sys-no-vendor.patch"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
;; Build dependencies:
|
||||
("rust-autocfg" ,rust-autocfg-1)
|
||||
("rust-bindgen" ,rust-bindgen-0.64)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
|
|
Loading…
Reference in a new issue