gnu: rust-openssl-0.10: Update to 0.10.49.
* gnu/packages/crates-io.scm (rust-openssl-0.10): Update to 0.10.49.
This commit is contained in:
parent
1f9f86d9a9
commit
7a22d5faac
1 changed files with 2 additions and 2 deletions
|
@ -38430,14 +38430,14 @@ (define-public rust-openssl-macros-0.1
|
||||||
(define-public rust-openssl-0.10
|
(define-public rust-openssl-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-openssl")
|
(name "rust-openssl")
|
||||||
(version "0.10.41")
|
(version "0.10.49")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "openssl" version))
|
(uri (crate-uri "openssl" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l2vpxq5ln326s64lbacqs4hq6k5yn2zhwqbyby0sj9nagvfp3v1"))))
|
"0cssygqbgdim10y7qrgz0rj5k839jqiv2n9ccw1lx8ipp1m10bsd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue