gnu: cURL: Update to 7.69.1.

* gnu/packages/curl.scm (curl): Update to 7.69.1.
This commit is contained in:
Marius Bakke 2020-03-13 20:51:55 +01:00
parent 966301597d
commit 635b14fc6a
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.69.0")
(version "7.69.1")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"07r7wcamwa0lb3wdlzfac5q2rg6ip5ddv3d211w7a9y1hbqg5bcz"))
"0kwxh76iq9fblk7iyv4f75bmcmasarp2bcm1mm07wyvzd7kdbiq3"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(build-system gnu-build-system)
(outputs '("out"