gnu: r-rcurl: Update to 1.98-1.14.

* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.14.
[native-inputs]: Move libxml2 from here...
[inputs]: ...to here.

Change-Id: Ib1b3326a997c7f56053715682b43606b3153c140
This commit is contained in:
Ricardo Wurmus 2024-01-11 11:44:33 +01:00
parent 1f452641c5
commit 1f37c81400
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3373,13 +3373,13 @@ (define-public r-rsqlite
(define-public r-rcurl (define-public r-rcurl
(package (package
(name "r-rcurl") (name "r-rcurl")
(version "1.98-1.13") (version "1.98-1.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RCurl" version)) (uri (cran-uri "RCurl" version))
(sha256 (sha256
(base32 (base32
"01pkmip1sllislmp34c25i9m9mlrid9b48xfjbf93sml55ijz985")))) "1kq3ydvm7hvy8pxk9iy13pkq5mxyxqlx4mpjsadzl7a7jj32gbgf"))))
(properties `((upstream-name . "RCurl"))) (properties `((upstream-name . "RCurl")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
@ -3393,10 +3393,8 @@ (define-public r-rcurl
certs = Sys.getenv(\"CURL_CA_BUNDLE\") certs = Sys.getenv(\"CURL_CA_BUNDLE\")
if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) } if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) }
" m)))))))) " m))))))))
(native-inputs
(list libxml2))
(inputs (inputs
(list curl)) (list curl libxml2))
(propagated-inputs (propagated-inputs
(list r-bitops)) (list r-bitops))
(home-page "https://www.omegahat.net/RCurl") (home-page "https://www.omegahat.net/RCurl")