mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
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:
parent
85116b90b6
commit
18fa12291b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue