mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-ggstance: Update to 0.3.6.
* gnu/packages/cran.scm (r-ggstance): Update to 0.3.6. [propagated-inputs]: Add r-cli.
This commit is contained in:
parent
a142333a87
commit
3777071a4e
1 changed files with 3 additions and 3 deletions
|
@ -11811,16 +11811,16 @@ (define-public r-abctools
|
|||
(define-public r-ggstance
|
||||
(package
|
||||
(name "r-ggstance")
|
||||
(version "0.3.5")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggstance" version))
|
||||
(sha256
|
||||
(base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
|
||||
(base32 "0wk3gbi5365sndi02gwd4c33vcrj5p8cfwakwjg010y5hgxx96nd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-plyr r-rlang r-withr))
|
||||
(list r-cli r-ggplot2 r-plyr r-rlang r-withr))
|
||||
(home-page "https://cran.r-project.org/web/packages/ggstance/")
|
||||
(synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue