1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-ggrepel: Update to 0.9.8.

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

Change-Id: I81b2dc75224d7064b6aec0813c4028c54cdeaffb
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:07 +01:00
parent 26c054dc12
commit 1a125b635a

View File

@@ -21100,14 +21100,14 @@ for certain use cases.")
(define-public r-ggrepel
(package
(name "r-ggrepel")
(version "0.9.7")
(version "0.9.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggrepel" version))
(sha256
(base32
"0dy228x6qqr5rs0z69l9k3lz0s9if08yf6rkmsn3sn3szybyalbd"))))
"09y04h3nf989k67cjnjkgpfbx8bfw57pkhfm4mrax78xw7sxy5q3"))))
(build-system r-build-system)
(properties
'((updater-extra-native-inputs . ("r-vdiffr"))))