mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-ggthemes: Update to 5.0.0.
* gnu/packages/statistics.scm (r-ggthemes): Update to 5.0.0. [propagated-inputs]: Add r-lifecycle. Change-Id: Ie190e236dd4bfc951725535774071eea60488ce8
This commit is contained in:
parent
b21ed00b81
commit
f2041fe211
1 changed files with 8 additions and 3 deletions
|
@ -5269,16 +5269,21 @@ (define-public r-ggbeeswarm
|
|||
(define-public r-ggthemes
|
||||
(package
|
||||
(name "r-ggthemes")
|
||||
(version "4.2.4")
|
||||
(version "5.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggthemes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rw5f6axyz1pqn6qx9jwm38hjzn8bqs1nfjkvm96z3xnyn61cdbv"))))
|
||||
"1iddxlcxbj5pq0llbhjh5gvxq8j4kzby0cahy0sgzzca074i7aan"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-purrr r-scales r-stringr r-tibble))
|
||||
(list r-ggplot2
|
||||
r-lifecycle
|
||||
r-purrr
|
||||
r-scales
|
||||
r-stringr
|
||||
r-tibble))
|
||||
(home-page "https://cran.rstudio.com/web/packages/ggthemes")
|
||||
(synopsis "Extra themes, scales and geoms for @code{ggplot2}")
|
||||
(description "This package provides extra themes and scales for
|
||||
|
|
Loading…
Reference in a new issue