gnu: r-ggthemes: Update to 4.2.0.

* gnu/packages/statistics.scm (r-ggthemes): Update to 4.2.0.
master
Ricardo Wurmus 2019-05-18 06:48:15 +02:00
parent b1b9212d1a
commit 89428ef7fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4443,13 +4443,13 @@ data at that region, and avoids over-plotting.")
(define-public r-ggthemes
(package
(name "r-ggthemes")
(version "4.1.1")
(version "4.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ggthemes" version))
(sha256
(base32
"092hks6bxi6al8nclgswnzfmx5wp6n3qf63aqiajca7dx8w8n0m2"))))
"0rrkzfggc1nlda1w1lbqdycx6nawxbkac1szhvkwrqlzh6agxcsv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)