mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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
|
||||
(package
|
||||
(name "r-gtable")
|
||||
(version "0.2.0")
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gtable" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vz7073m0a2q12qzzihrfh5c2kx5jqi5l7z470fxmwqghdllh7l0"))))
|
||||
"1lyncxf2dqdjgw1071cn9c8zwzkz6sldnd5cgmicf70bc726qf7x"))))
|
||||
(properties `((upstream-name . "gtable")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/gtable")
|
||||
|
|
Loading…
Reference in a new issue