diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-30 17:56:42 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-30 19:21:08 +0200 |
commit | 3fa9594824024b5a78b230ebffeed1563dab8799 (patch) | |
tree | d55a68754abe8649d7734b165821848e5d43958e /gnu | |
parent | 082d5806ec7fc91ff16433f2a9e6a2f25136e355 (diff) | |
download | guix-3fa9594824024b5a78b230ebffeed1563dab8799.tar.gz guix-3fa9594824024b5a78b230ebffeed1563dab8799.zip |
gnu: r-rcurl: Update to 1.98-1.12.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.12.
[inputs]: Remove zlib.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index a820fe3410..d9ec95c3eb 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3009,13 +3009,13 @@ engine (version 3.8.8.2) is included.") (define-public r-rcurl (package (name "r-rcurl") - (version "1.98-1.10") + (version "1.98-1.12") (source (origin (method url-fetch) (uri (cran-uri "RCurl" version)) (sha256 (base32 - "1m7i0q9scrh2bfr0nqs029052kznhlv3siz9055pzdvgig7jnqjs")))) + "1ci6lsxm0f13yzw712gcbq23syl54x5llvhs2w1b8wwm9vqgx0qs")))) (properties `((upstream-name . "RCurl"))) (build-system r-build-system) (arguments @@ -3032,7 +3032,7 @@ if (certs != \"\") { .opts = merge.list(.opts, list(cainfo=certs)) } (native-inputs (list libxml2)) (inputs - (list curl zlib)) + (list curl)) (propagated-inputs (list r-bitops)) (home-page "https://www.omegahat.net/RCurl") |