gnu: r-rstudioapi: Update to 0.7.
* gnu/packages/statistics.scm (r-rstudioapi): Update to 0.7.
This commit is contained in:
parent
0dc3b4d41e
commit
9272144a88
|
@ -2289,13 +2289,13 @@ pure C implementation of the Git core methods.")
|
||||||
(define-public r-rstudioapi
|
(define-public r-rstudioapi
|
||||||
(package
|
(package
|
||||||
(name "r-rstudioapi")
|
(name "r-rstudioapi")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rstudioapi" version))
|
(uri (cran-uri "rstudioapi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zkvz72z6nw0xc8bhb21y5x1nk6avijs0w8n4vsbvw9sn76wc96s"))))
|
"133s75q2hr6jg28m1wvs96qrbc9c4vw87migwhkjqb88xxvbqhd5"))))
|
||||||
(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 New Issue