mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
3e580395a8
commit
f9e761bf13
1 changed files with 3 additions and 3 deletions
|
@ -66,14 +66,14 @@ (define-module (gnu packages curl)
|
||||||
(define-public curl
|
(define-public curl
|
||||||
(package
|
(package
|
||||||
(name "curl")
|
(name "curl")
|
||||||
(version "8.5.0")
|
(version "8.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://curl.se/download/curl-"
|
(uri (string-append "https://curl.se/download/curl-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sqfflilf7mcz1g03lazyr6v6pf1rsrzprrknsir10hdwawqvas2"))
|
"05fv468yjrb7qwrxmfprxkrcckbkij0myql0vwwnalgr3bcmbk9w"))
|
||||||
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
|
(patches (search-patches "curl-use-ssl-cert-env.patch"))))
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ;1.2 MiB of man3 pages
|
"doc")) ;1.2 MiB of man3 pages
|
||||||
|
@ -150,7 +150,7 @@ (define-public curl
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list nghttp2 perl pkg-config python-minimal-wrapper))
|
(list nghttp2 perl pkg-config python-minimal-wrapper))
|
||||||
(inputs
|
(inputs
|
||||||
(list gnutls libidn mit-krb5 `(,nghttp2 "lib") zlib))
|
(list gnutls libidn libpsl mit-krb5 `(,nghttp2 "lib") zlib))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
;; These variables are introduced by curl-use-ssl-cert-env.patch.
|
;; These variables are introduced by curl-use-ssl-cert-env.patch.
|
||||||
(list $SSL_CERT_DIR
|
(list $SSL_CERT_DIR
|
||||||
|
|
Loading…
Reference in a new issue