gnu: r-ggthemes: Update to 4.1.1.

* gnu/packages/statistics.scm (r-ggthemes): Update to 4.1.1.
This commit is contained in:
Ricardo Wurmus 2019-04-11 23:01:29 +02:00
parent 5bd8ad8bde
commit b2521eed91
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4427,13 +4427,13 @@ (define-public r-ggbeeswarm
(define-public r-ggthemes
(package
(name "r-ggthemes")
(version "4.1.0")
(version "4.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "ggthemes" version))
(sha256
(base32
"1a6r384v72hb91qkg9rz2m7s3qskbl9haxynf2vzz6v1ak9xd4c5"))))
"092hks6bxi6al8nclgswnzfmx5wp6n3qf63aqiajca7dx8w8n0m2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)