mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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 @@ (define-public r-rsqlite
|
|||
(define-public r-rcurl
|
||||
(package
|
||||
(name "r-rcurl")
|
||||
(version "1.98-1.9")
|
||||
(version "1.98-1.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RCurl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iff8cbfrz94mp1m82ai448zhipm8xv6zlxmbysd5hsycxqli3gj"))))
|
||||
"1m7i0q9scrh2bfr0nqs029052kznhlv3siz9055pzdvgig7jnqjs"))))
|
||||
(properties `((upstream-name . "RCurl")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue