gnu: r-gtable: Update to 0.2.0.

* gnu/packages/statistics.scm (r-gtable): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2016-04-20 14:33:33 +02:00
parent 0d1ffadc1d
commit 810e4195fd
1 changed files with 2 additions and 2 deletions

View File

@ -1713,13 +1713,13 @@ variety of formats.")
(define-public r-gtable
(package
(name "r-gtable")
(version "0.1.2")
(version "0.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "gtable" version))
(sha256
(base32
"0k9hfj6r5y238gqh92s3cbdn34biczx3zfh79ix5xq0c5vkai2xh"))))
"0vz7073m0a2q12qzzihrfh5c2kx5jqi5l7z470fxmwqghdllh7l0"))))
(properties `((upstream-name . "gtable")))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/gtable")