gnu: curl: Update to 7.65.3.

* gnu/packages/curl.scm (curl): Update to 7.65.3.
This commit is contained in:
Marius Bakke 2019-07-21 17:29:16 +02:00
parent 941ef1a1e5
commit 888940c2d3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -50,14 +50,14 @@
(define-public curl (define-public curl
(package (package
(name "curl") (name "curl")
(version "7.65.1") (version "7.65.3")
(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
"0ym7b741hp4mgrvgp2z5ia7kb0pfqzdmfc65qzmml8vzhxs21hpn")))) "1sjz4fq7jg96mpmpqq82nd61njna6jp3c4m9yrbx2j1rh5a8ingj"))))
(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