gnu: r-ggrepel: Update to 0.8.2.

* gnu/packages/cran.scm (r-ggrepel): Update to 0.8.2.
This commit is contained in:
Ricardo Wurmus 2020-03-09 08:40:17 +01:00
parent af96c1e0e4
commit fec7f576b4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3165,14 +3165,14 @@ (define-public r-pdist
(define-public r-ggrepel
(package
(name "r-ggrepel")
(version "0.8.1")
(version "0.8.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggrepel" version))
(sha256
(base32
"10vjrcmx8yknfbx93d9a4y3z8gafri0fhimw6hcq733dmdvkml6m"))))
"1qaifn3dazdqbqlii210xhw7yf142iw7g9p2axmmxbz90p0by08d"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)