gnu: r-curl: Update to 4.3.1.
* gnu/packages/cran.scm (r-curl): Update to 4.3.1. [native-inputs]: Add r-knitr.master
parent
9afef02ebd
commit
7e3542600d
|
@ -1390,13 +1390,13 @@ LaTeX.")
|
||||||
(define-public r-curl
|
(define-public r-curl
|
||||||
(package
|
(package
|
||||||
(name "r-curl")
|
(name "r-curl")
|
||||||
(version "4.3")
|
(version "4.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "curl" version))
|
(uri (cran-uri "curl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
|
"0qpzbzd5xvihqvp9akkvd8237i1lmphmm5q8a4cj3wfx382cnri2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1414,13 +1414,13 @@ LaTeX.")
|
||||||
(string-append "\
|
(string-append "\
|
||||||
const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
|
const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
|
||||||
if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
|
if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
|
||||||
" m)))
|
" m))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcurl" ,curl)
|
`(("libcurl" ,curl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/jeroenooms/curl")
|
(home-page "https://github.com/jeroenooms/curl")
|
||||||
(synopsis "HTTP client for R")
|
(synopsis "HTTP client for R")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue