mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
91defaf245
commit
cfe79af7e6
1 changed files with 2 additions and 2 deletions
|
@ -29687,14 +29687,14 @@ 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.60")
|
(version "0.9.64")
|
||||||
(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 "1rpkfl0rmdcvxzyzp3n24g9clplh4avgzpi5c2a3hx96hcccf7wj"))
|
(base32 "1bsim2zk69q1dw6rixn48l1ci8bmz5kvbkgsks2ci079w0pzr7i0"))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue