gnu: curl: Update to 8.6.0.

* gnu/packages/curl.scm (curl): Update to 8.6.0.
[inputs]: Add libpsl.

Change-Id: I83550b235ec98630262075c243029053decda867
This commit is contained in:
Maxim Cournoyer 2024-03-14 14:30:43 -04:00 committed by Ludovic Courtès
parent 3e580395a8
commit f9e761bf13
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -66,14 +66,14 @@ (define-module (gnu packages curl)
(define-public curl
(package
(name "curl")
(version "8.5.0")
(version "8.6.0")
(source (origin
(method url-fetch)
(uri (string-append "https://curl.se/download/curl-"
version ".tar.xz"))
(sha256
(base32
"1sqfflilf7mcz1g03lazyr6v6pf1rsrzprrknsir10hdwawqvas2"))
"05fv468yjrb7qwrxmfprxkrcckbkij0myql0vwwnalgr3bcmbk9w"))
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages
@ -150,7 +150,7 @@ (define-public curl
(native-inputs
(list nghttp2 perl pkg-config python-minimal-wrapper))
(inputs
(list gnutls libidn mit-krb5 `(,nghttp2 "lib") zlib))
(list gnutls libidn libpsl mit-krb5 `(,nghttp2 "lib") zlib))
(native-search-paths
;; These variables are introduced by curl-use-ssl-cert-env.patch.
(list $SSL_CERT_DIR