me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.12.
[inputs]: Remove zlib.
master
Ricardo Wurmus 2023-03-30 17:56:42 +02:00
parent 082d5806ec
commit 3fa9594824
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -3009,13 +3009,13 @@ engine (version 3.8.8.2) is included.")
(define-public r-rcurl (define-public r-rcurl
(package (package
(name "r-rcurl") (name "r-rcurl")
(version "1.98-1.10") (version "1.98-1.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RCurl" version)) (uri (cran-uri "RCurl" version))
(sha256 (sha256
(base32 (base32
"1m7i0q9scrh2bfr0nqs029052kznhlv3siz9055pzdvgig7jnqjs")))) "1ci6lsxm0f13yzw712gcbq23syl54x5llvhs2w1b8wwm9vqgx0qs"))))
(properties `((upstream-name . "RCurl"))) (properties `((upstream-name . "RCurl")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
@ -3032,7 +3032,7 @@ if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) }
(native-inputs (native-inputs
(list libxml2)) (list libxml2))
(inputs (inputs
(list curl zlib)) (list curl))
(propagated-inputs (propagated-inputs
(list r-bitops)) (list r-bitops))
(home-page "https://www.omegahat.net/RCurl") (home-page "https://www.omegahat.net/RCurl")