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
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@
(define-public curl (define-public curl
(package (package
(name "curl") (name "curl")
(version "7.64.0") (version "7.64.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-" (uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"00b0mw4fc1pbmbh55maab24x3ijdvkbpl1s4njfa4jnl6kx16brg")))) "1cwg2skp953cqxbwn9ychy0lv4p3l38bsy3zz9xy6747gwm36llj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"doc")) ;1.2 MiB of man3 pages "doc")) ;1.2 MiB of man3 pages