gnu: r-ggrepel: Update to 0.9.4.

* gnu/packages/cran.scm (r-ggrepel): Update to 0.9.4.

Change-Id: I190c25ddfe11230daa827052f49caf07a591ad58
This commit is contained in:
Ricardo Wurmus 2023-10-25 16:57:35 +02:00
parent bf939c5f96
commit 9444c2301e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8223,14 +8223,14 @@ (define-public r-pdist
(define-public r-ggrepel
(package
(name "r-ggrepel")
(version "0.9.3")
(version "0.9.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggrepel" version))
(sha256
(base32
"0p00kb1x3q0krk5g8mmwqknnjlsznqs4i7mlfq1dp17fxpia1sxr"))))
"0gngsx87rcqijdr684bgpnazdlz3vj4brzw0fic0jdsrf1rb9aw1"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-rcpp r-rlang r-scales r-withr))