gnu: r-gtable: Update to 0.2.0.
* gnu/packages/statistics.scm (r-gtable): Update to 0.2.0.
This commit is contained in:
parent
0d1ffadc1d
commit
810e4195fd
|
@ -1713,13 +1713,13 @@ variety of formats.")
|
||||||
(define-public r-gtable
|
(define-public r-gtable
|
||||||
(package
|
(package
|
||||||
(name "r-gtable")
|
(name "r-gtable")
|
||||||
(version "0.1.2")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gtable" version))
|
(uri (cran-uri "gtable" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k9hfj6r5y238gqh92s3cbdn34biczx3zfh79ix5xq0c5vkai2xh"))))
|
"0vz7073m0a2q12qzzihrfh5c2kx5jqi5l7z470fxmwqghdllh7l0"))))
|
||||||
(properties `((upstream-name . "gtable")))
|
(properties `((upstream-name . "gtable")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/gtable")
|
(home-page "http://cran.r-project.org/web/packages/gtable")
|
||||||
|
|
Loading…
Reference in New Issue