gnu: r-gtable: Update to 0.3.0.

* gnu/packages/statistics.scm (r-gtable): Update to 0.3.0.
This commit is contained in:
Ricardo Wurmus 2019-03-27 09:32:38 +01:00
parent fc64504f2d
commit 733b3c59da
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2709,13 +2709,13 @@ (define-public r-rmarkdown
(define-public r-gtable (define-public r-gtable
(package (package
(name "r-gtable") (name "r-gtable")
(version "0.2.0") (version "0.3.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
"0vz7073m0a2q12qzzihrfh5c2kx5jqi5l7z470fxmwqghdllh7l0")))) "1lyncxf2dqdjgw1071cn9c8zwzkz6sldnd5cgmicf70bc726qf7x"))))
(properties `((upstream-name . "gtable"))) (properties `((upstream-name . "gtable")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/gtable") (home-page "https://cran.r-project.org/web/packages/gtable")