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 @@ data at that region, and avoids over-plotting.")
(define-public r-ggthemes (define-public r-ggthemes
(package (package
(name "r-ggthemes") (name "r-ggthemes")
(version "4.2.0") (version "4.2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggthemes" version)) (uri (cran-uri "ggthemes" version))
(sha256 (sha256
(base32 (base32
"0rrkzfggc1nlda1w1lbqdycx6nawxbkac1szhvkwrqlzh6agxcsv")))) "0rw5f6axyz1pqn6qx9jwm38hjzn8bqs1nfjkvm96z3xnyn61cdbv"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)