gnu: r-ggthemes: Update to 4.2.4.

* gnu/packages/statistics.scm (r-ggthemes): Update to 4.2.4.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:57:18 +01:00
parent b27d2251b8
commit 2684727a92
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)