mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: rust-openssl-sys-0.9: Update to 0.9.58.
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.58. [arguments]: Replace rust-autocfg-0.1 with 1.0 in cargo-inputs.
This commit is contained in:
parent
bbb4fcbf3a
commit
8d3f80d75f
1 changed files with 3 additions and 3 deletions
|
@ -16055,21 +16055,21 @@ (define-public rust-openssl-probe-0.1
|
|||
(define-public rust-openssl-sys-0.9
|
||||
(package
|
||||
(name "rust-openssl-sys")
|
||||
(version "0.9.53")
|
||||
(version "0.9.58")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "openssl-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vvk8vzrc73y8n5rf4yj3x8ygyxjaz7wxrbxiwqi7qy0gyp1cpa6"))
|
||||
(base32 "1pkq3x8w16kqvkg75g4w7nny56w9clssww0ibpzg015n153xnhm8"))
|
||||
(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-0.1)
|
||||
("rust-autocfg" ,rust-autocfg-1.0)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
("rust-vcpkg" ,rust-vcpkg-0.2))
|
||||
|
|
Loading…
Reference in a new issue