gnu: curl: Update to 7.63.0.

* gnu/packages/curl.scm (curl): Update to 7.63.0.
master
Marius Bakke 2018-12-12 20:28:48 +01:00
parent 3ce60c2247
commit 4aef33b12e
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.62.0") (version "7.63.0")
(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
"1hbm29r3pirhn4gkcnd94ylc4jzgn3v3v7qbay9awxg7bwx69dfs")))) "1i38v49233jirzlfqd8fy6jyf80assa953hk7w6qmysbg562604n"))))
(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