Archived
1
0
Fork 0

gnu: r-ggthemes: Update to 4.1.0.

* gnu/packages/statistics.scm (r-ggthemes): Update to 4.1.0.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:22:54 +01:00
parent d235cf7268
commit aeb11b7549
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4424,13 +4424,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.0.1") (version "4.1.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
"0y6570wv135sf7pv57l7bqilzw47rziaqx4vsk45pf1w4lmj0w8b")))) "1a6r384v72hb91qkg9rz2m7s3qskbl9haxynf2vzz6v1ak9xd4c5"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)