gnu: r-ggrepel: Update to 0.9.2.

* gnu/packages/cran.scm (r-ggrepel): Update to 0.9.2.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:06 +01:00
parent 3eb94250d8
commit 7910264a94
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6382,14 +6382,14 @@ (define-public r-pdist
(define-public r-ggrepel
(package
(name "r-ggrepel")
(version "0.9.1")
(version "0.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggrepel" version))
(sha256
(base32
"1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
"123lh86qs7w1i3v8i1a08jxlwx4sy32bpznyclm8wlkph728hc0a"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-rcpp r-rlang r-scales))