Archived
1
0
Fork 0

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:
Nicolas Goaziou 2020-12-03 09:34:58 +01:00
parent 4c024bdb44
commit c050bef5cf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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