gnu: r-ggplot2: Update to 2.2.1.

* gnu/packages/statistics.scm (r-ggplot2): Update to 2.2.1.
This commit is contained in:
Roel Janssen 2017-01-03 13:34:53 +01:00
parent 407a280103
commit da13738ef0
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -712,13 +712,13 @@ legends.")
(define-public r-ggplot2
(package
(name "r-ggplot2")
(version "2.2.0")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
(base32 "1nicx903gl9hg8g1yl5v3n8p2pds756yln6bbclkkd3kal4dkmv4"))))
(base32 "0543782ddv2hp6s0l702mnxfg8n7a6qlbm8bm55x22hnqgz8kg2z"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)