me
/
guix
Archived
1
0
Fork 0

gnu: curl: Update to 7.82.0.

* gnu/packages/curl.scm (curl): Update to 7.82.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Paul Alesius 2022-03-21 17:37:02 +01:00 committed by Ludovic Courtès
parent 7a6a8ee7e0
commit 6ff0f60dab
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@
(define-public curl
(package
(name "curl")
(version "7.79.1")
(version "7.82.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"129n9hi7rbg3s112chyadhp4y27ppb5i65n12wm77aw2255zf1h6"))
"0g2qibjxq3397myjkw3asyxqvhym1pl3qw7jaii9dc04ppbi5aha"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(build-system gnu-build-system)
(outputs '("out"