me
/
guix
Archived
1
0
Fork 0

gnu: r-ggstance: Update to 0.3.6.

* gnu/packages/cran.scm (r-ggstance): Update to 0.3.6.
[propagated-inputs]: Add r-cli.
Ricardo Wurmus 2022-11-29 15:22:10 +01:00
parent a142333a87
commit 3777071a4e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -11811,16 +11811,16 @@ and coverage methods to tune the choice of threshold.")
(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