gnu: cURL: Update to 7.68.0.

* gnu/packages/curl.scm (curl): Update to 7.68.0.
This commit is contained in:
Marius Bakke 2020-01-08 16:29:13 +01:00
parent 9039f0b7b6
commit 343139dabb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -50,14 +50,14 @@ (define-module (gnu packages curl)
(define-public curl
(package
(name "curl")
(version "7.67.0")
(version "7.68.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"0v2k1v28ams5fa9gkybmnpnlkfqa2im5diywa8wqqcvr0crfglpm"))))
"0nh3j90w6b97wqcgxjfq55qhkz9s38955fbhwzv2fsi7483j895p"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages