gnu: rust-openssl-0.10: Update to 0.10.30.
* gnu/packages/crates-io.scm (rust-openssl-0): Update to 0.10.30.
This commit is contained in:
parent
4c024bdb44
commit
c050bef5cf
1 changed files with 2 additions and 2 deletions
|
@ -17826,7 +17826,7 @@ You probably don't want to link to this crate directly; instead check out the
|
||||||
(define-public rust-openssl-0.10
|
(define-public rust-openssl-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-openssl")
|
(name "rust-openssl")
|
||||||
(version "0.10.26")
|
(version "0.10.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -17835,7 +17835,7 @@ You probably don't want to link to this crate directly; instead check out the
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11d505lwlrh5a0jc2l6q36gvsaqic3vizq5q860hiqcqkmwwag1s"))))
|
"1d5wwajanjw1q5d2y23yaq8rvbaqb20z53v7hfdryhb56vzmwmwd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue