mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
1f452641c5
commit
1f37c81400
1 changed files with 3 additions and 5 deletions
|
@ -3373,13 +3373,13 @@ (define-public r-rsqlite
|
|||
(define-public r-rcurl
|
||||
(package
|
||||
(name "r-rcurl")
|
||||
(version "1.98-1.13")
|
||||
(version "1.98-1.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RCurl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01pkmip1sllislmp34c25i9m9mlrid9b48xfjbf93sml55ijz985"))))
|
||||
"1kq3ydvm7hvy8pxk9iy13pkq5mxyxqlx4mpjsadzl7a7jj32gbgf"))))
|
||||
(properties `((upstream-name . "RCurl")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -3393,10 +3393,8 @@ (define-public r-rcurl
|
|||
certs = Sys.getenv(\"CURL_CA_BUNDLE\")
|
||||
if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) }
|
||||
" m))))))))
|
||||
(native-inputs
|
||||
(list libxml2))
|
||||
(inputs
|
||||
(list curl))
|
||||
(list curl libxml2))
|
||||
(propagated-inputs
|
||||
(list r-bitops))
|
||||
(home-page "https://www.omegahat.net/RCurl")
|
||||
|
|
Loading…
Reference in a new issue