gnu: r-rcurl: Update to 1.98-1.10.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.10.
This commit is contained in:
parent
0d70f09596
commit
ee88e28e40
1 changed files with 2 additions and 2 deletions
|
@ -2999,13 +2999,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.9")
|
(version "1.98-1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RCurl" version))
|
(uri (cran-uri "RCurl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iff8cbfrz94mp1m82ai448zhipm8xv6zlxmbysd5hsycxqli3gj"))))
|
"1m7i0q9scrh2bfr0nqs029052kznhlv3siz9055pzdvgig7jnqjs"))))
|
||||||
(properties `((upstream-name . "RCurl")))
|
(properties `((upstream-name . "RCurl")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue