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 (define-public r-ggrepel
(package (package
(name "r-ggrepel") (name "r-ggrepel")
(version "0.9.1") (version "0.9.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggrepel" version)) (uri (cran-uri "ggrepel" version))
(sha256 (sha256
(base32 (base32
"1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9")))) "123lh86qs7w1i3v8i1a08jxlwx4sy32bpznyclm8wlkph728hc0a"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ggplot2 r-rcpp r-rlang r-scales)) (list r-ggplot2 r-rcpp r-rlang r-scales))