gnu: r-ggthemes: Update to 4.2.0.
* gnu/packages/statistics.scm (r-ggthemes): Update to 4.2.0.
This commit is contained in:
parent
b1b9212d1a
commit
89428ef7fb
|
@ -4443,13 +4443,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.1.1")
|
(version "4.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggthemes" version))
|
(uri (cran-uri "ggthemes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"092hks6bxi6al8nclgswnzfmx5wp6n3qf63aqiajca7dx8w8n0m2"))))
|
"0rrkzfggc1nlda1w1lbqdycx6nawxbkac1szhvkwrqlzh6agxcsv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Loading…
Reference in New Issue