gnu: rust-openssl-sys-0.9: Update to 0.9.64.
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.64.master
parent
91defaf245
commit
cfe79af7e6
|
@ -29687,14 +29687,14 @@ system for OpenSSL.")
|
|||
(define-public rust-openssl-sys-0.9
|
||||
(package
|
||||
(name "rust-openssl-sys")
|
||||
(version "0.9.60")
|
||||
(version "0.9.64")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "openssl-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1rpkfl0rmdcvxzyzp3n24g9clplh4avgzpi5c2a3hx96hcccf7wj"))
|
||||
(base32 "1bsim2zk69q1dw6rixn48l1ci8bmz5kvbkgsks2ci079w0pzr7i0"))
|
||||
(patches (search-patches "rust-openssl-sys-no-vendor.patch"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
|
|
Reference in New Issue