gnu: curl: Update to 7.64.1.

* gnu/packages/curl.scm (curl): Update to 7.64.1.
This commit is contained in:
Marius Bakke 2019-04-07 22:08:36 +02:00
parent 8b5b3acab3
commit 1ec290e27a
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.64.0")
(version "7.64.1")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"00b0mw4fc1pbmbh55maab24x3ijdvkbpl1s4njfa4jnl6kx16brg"))))
"1cwg2skp953cqxbwn9ychy0lv4p3l38bsy3zz9xy6747gwm36llj"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages