gnu: curl: Update to 7.53.1.

* gnu/packages/curl.scm (curl): Update to 7.53.1.
This commit is contained in:
Leo Famulari 2017-04-07 10:45:25 -04:00
parent 8fda37bca1
commit a33d518e24
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -40,14 +40,14 @@ (define-module (gnu packages curl)
(define-public curl (define-public curl
(package (package
(name "curl") (name "curl")
(version "7.53.0") (version "7.53.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.lzma")) version ".tar.lzma"))
(sha256 (sha256
(base32 (base32
"1k0i31xygb804c61llhin5wbpcscg4gfqmbxcfkpdr1alwh7igrq")))) "1qpm4qj5llr8f5bbl185gpjqknj47nzhvxd8j1vm6asgk3sly4jb"))))
(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