mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 00:08:29 +01:00
gnu: r-gtable: Update to 0.3.0.
* gnu/packages/statistics.scm (r-gtable): Update to 0.3.0.
This commit is contained in:
parent
fc64504f2d
commit
733b3c59da
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue