mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-rcurl: Update to 1.98-1.12.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.12. [inputs]: Remove zlib.
This commit is contained in:
parent
082d5806ec
commit
3fa9594824
1 changed files with 3 additions and 3 deletions
|
@ -3009,13 +3009,13 @@ (define-public r-rsqlite
|
|||
(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 @@ (define-public r-rcurl
|
|||
(native-inputs
|
||||
(list libxml2))
|
||||
(inputs
|
||||
(list curl zlib))
|
||||
(list curl))
|
||||
(propagated-inputs
|
||||
(list r-bitops))
|
||||
(home-page "https://www.omegahat.net/RCurl")
|
||||
|
|
Loading…
Reference in a new issue