mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-rcurl: Update to 1.98-1.8.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.8. [inputs]: Add zlib.
This commit is contained in:
parent
ee4885080b
commit
3f87021f62
1 changed files with 3 additions and 3 deletions
|
@ -2958,13 +2958,13 @@ (define-public r-rsqlite
|
|||
(define-public r-rcurl
|
||||
(package
|
||||
(name "r-rcurl")
|
||||
(version "1.98-1.7")
|
||||
(version "1.98-1.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RCurl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"138qfkw03j0g5wby24811w9f3virz1fxlgkgnavf6gv3c00jvhia"))))
|
||||
"0a4gr264ycy6am4849y79h3vc9vg7cgpizb88v4xw076pyn52fqy"))))
|
||||
(properties `((upstream-name . "RCurl")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -2981,7 +2981,7 @@ (define-public r-rcurl
|
|||
(native-inputs
|
||||
(list libxml2))
|
||||
(inputs
|
||||
(list curl))
|
||||
(list curl zlib))
|
||||
(propagated-inputs
|
||||
(list r-bitops))
|
||||
(home-page "http://www.omegahat.net/RCurl")
|
||||
|
|
Loading…
Reference in a new issue