mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: r-ggthemes: Update to 4.2.4.
* gnu/packages/statistics.scm (r-ggthemes): Update to 4.2.4.
This commit is contained in:
parent
b27d2251b8
commit
2684727a92
1 changed files with 2 additions and 2 deletions
|
@ -4416,13 +4416,13 @@ (define-public r-ggbeeswarm
|
|||
(define-public r-ggthemes
|
||||
(package
|
||||
(name "r-ggthemes")
|
||||
(version "4.2.0")
|
||||
(version "4.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggthemes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rrkzfggc1nlda1w1lbqdycx6nawxbkac1szhvkwrqlzh6agxcsv"))))
|
||||
"0rw5f6axyz1pqn6qx9jwm38hjzn8bqs1nfjkvm96z3xnyn61cdbv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue