mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: rust-openssl-0.10: Update to 0.10.52.
* gnu/packages/crates-io.scm (rust-openssl-0.10): Update to 0.10.52.
This commit is contained in:
parent
c2c844f249
commit
f1839f4304
1 changed files with 2 additions and 2 deletions
|
@ -41428,14 +41428,14 @@ (define-public rust-openssl-macros-0.1
|
|||
(define-public rust-openssl-0.10
|
||||
(package
|
||||
(name "rust-openssl")
|
||||
(version "0.10.49")
|
||||
(version "0.10.52")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "openssl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cssygqbgdim10y7qrgz0rj5k839jqiv2n9ccw1lx8ipp1m10bsd"))))
|
||||
"0mldyz9w6d5bf3004m7kyjry7944m0pkkifzbywgg06z0935gf01"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue