me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2021-06-21 18:01:54 +03:00
parent 91defaf245
commit cfe79af7e6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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