gnu: cURL: Update to 7.69.0.

* gnu/packages/curl.scm (curl): Update to 7.69.0.
This commit is contained in:
Marius Bakke 2020-03-04 11:46:40 +01:00
parent 713c1dd0d5
commit 9694101666
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -51,14 +51,14 @@ (define-module (gnu packages curl)
(define-public curl
(package
(name "curl")
(version "7.68.0")
(version "7.69.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"0nh3j90w6b97wqcgxjfq55qhkz9s38955fbhwzv2fsi7483j895p"))
"07r7wcamwa0lb3wdlzfac5q2rg6ip5ddv3d211w7a9y1hbqg5bcz"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(build-system gnu-build-system)
(outputs '("out"