gnu: r-ggthemes: Update to 3.4.0.

* gnu/packages/statistics.scm (r-ggthemes): Update to 3.4.0.
This commit is contained in:
Ricardo Wurmus 2017-04-06 13:49:22 +02:00
parent 47f37fd169
commit 0007e645d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4287,13 +4287,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 "3.3.0") (version "3.4.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
"1qdxg2siwsiq32fmgcxn4vihgxad9v8q0aqigl7a94c26bwxs7y2")))) "1jj8lp7jbk3489kpgbw4b5phpn01gkfmksc21c6sn3x6wmzyn6hs"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-assertthat" ,r-assertthat) `(("r-assertthat" ,r-assertthat)