gnu: rust-openssl-sys-0.9: Update to 0.9.53.

* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.53.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2019-12-18 09:53:57 -08:00 committed by Efraim Flashner
parent 85116b90b6
commit 18fa12291b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5540,14 +5540,14 @@ (define-public rust-openssl-src-111
(define-public rust-openssl-sys-0.9
(package
(name "rust-openssl-sys")
(version "0.9.50")
(version "0.9.53")
(source
(origin
(method url-fetch)
(uri (crate-uri "openssl-sys" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32 "1dn3capgiz77s6rpmc2sf8gadwkmhwgfd6mw4rcnnm9jp36dqhic"))))
(base32 "0vvk8vzrc73y8n5rf4yj3x8ygyxjaz7wxrbxiwqi7qy0gyp1cpa6"))))
(build-system cargo-build-system)
;(arguments
; `(#:phases