gnu: r-rstudioapi: Update to 0.6.
* gnu/packages/statistics.scm (r-rstudioapi): Update to 0.6.
This commit is contained in:
parent
e58498b6ee
commit
e2cfac445e
1 changed files with 2 additions and 2 deletions
|
@ -1645,13 +1645,13 @@ (define-public r-git2r
|
||||||
(define-public r-rstudioapi
|
(define-public r-rstudioapi
|
||||||
(package
|
(package
|
||||||
(name "r-rstudioapi")
|
(name "r-rstudioapi")
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rstudioapi" version))
|
(uri (cran-uri "rstudioapi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sgnqfx0m3hzh57k10s7ndrbw7yqjjjcgfikafya98jcc7wmpwym"))))
|
"1zkvz72z6nw0xc8bhb21y5x1nk6avijs0w8n4vsbvw9sn76wc96s"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/rstudioapi")
|
(home-page "http://cran.r-project.org/web/packages/rstudioapi")
|
||||||
(synopsis "Safely access the RStudio API")
|
(synopsis "Safely access the RStudio API")
|
||||||
|
|
Loading…
Reference in a new issue