gnu: r-ggrepel: Update to 0.8.0.

* gnu/packages/cran.scm (r-ggrepel): Update to 0.8.0.
master
Ricardo Wurmus 2018-05-31 12:28:32 +02:00
parent b13b56743b
commit 0759d87dfc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1775,14 +1775,14 @@ for certain use cases.")
(define-public r-ggrepel (define-public r-ggrepel
(package (package
(name "r-ggrepel") (name "r-ggrepel")
(version "0.7.0") (version "0.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggrepel" version)) (uri (cran-uri "ggrepel" version))
(sha256 (sha256
(base32 (base32
"0g0qfm6g71rv27423c1x846ipilnj213knyzrcr09vrpxc87l618")))) "1m3p84d6nh9mzzvxb82vgig3ngcvkz86rjwzl9a66ckdf5p611k3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)