mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: rust-openssl-sys-0.9: Update to 0.9.60.
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.60.
This commit is contained in:
parent
b950ff3dbf
commit
31be44a8aa
1 changed files with 2 additions and 2 deletions
|
@ -26320,14 +26320,14 @@ (define-public rust-openssl-probe-0.1
|
|||
(define-public rust-openssl-sys-0.9
|
||||
(package
|
||||
(name "rust-openssl-sys")
|
||||
(version "0.9.58")
|
||||
(version "0.9.60")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "openssl-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1pkq3x8w16kqvkg75g4w7nny56w9clssww0ibpzg015n153xnhm8"))
|
||||
(base32 "1rpkfl0rmdcvxzyzp3n24g9clplh4avgzpi5c2a3hx96hcccf7wj"))
|
||||
(patches (search-patches "rust-openssl-sys-no-vendor.patch"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue