mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-rcurl: Update to 1.98-1.13.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.13. Change-Id: I6f03bb2a7bb94dfe61233af13fe283193896e9d4
This commit is contained in:
parent
afef5bce14
commit
1ab5ea9f77
1 changed files with 2 additions and 2 deletions
|
@ -3370,13 +3370,13 @@ (define-public r-rsqlite
|
||||||
(define-public r-rcurl
|
(define-public r-rcurl
|
||||||
(package
|
(package
|
||||||
(name "r-rcurl")
|
(name "r-rcurl")
|
||||||
(version "1.98-1.12")
|
(version "1.98-1.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RCurl" version))
|
(uri (cran-uri "RCurl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ci6lsxm0f13yzw712gcbq23syl54x5llvhs2w1b8wwm9vqgx0qs"))))
|
"01pkmip1sllislmp34c25i9m9mlrid9b48xfjbf93sml55ijz985"))))
|
||||||
(properties `((upstream-name . "RCurl")))
|
(properties `((upstream-name . "RCurl")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue