gnu: curl: Update to 7.73.0.

* gnu/packages/curl.scm (curl): Update to 7.73.0.
This commit is contained in:
Maxim Cournoyer 2020-10-18 11:57:44 -04:00
parent 71ed2e7d08
commit 7e420add88
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -54,14 +54,14 @@
(define-public curl
(package
(name "curl")
(version "7.72.0")
(version "7.73.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"04rpa53c6wycjrhldnm9kig1d7fc23k0m646vgh2wpyqqh40iv8d"))
"12j0qaij1ppgspray8xvs2qk3h3m23wdqh27x87y1aw8xaj7qk3w"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(build-system gnu-build-system)
(outputs '("out"