1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-23 18:04:05 +02:00

gnu: r-ggrepel: Update to 0.9.6.

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

Change-Id: Iae760d68e4393dbd4c4731c3cec7bcfff94123d9
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:00:41 +01:00
parent f02f08d7ee
commit 8dbf8ecf4a
+2 -2
View File
@@ -10174,14 +10174,14 @@ for certain use cases.")
(define-public r-ggrepel
(package
(name "r-ggrepel")
(version "0.9.5")
(version "0.9.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggrepel" version))
(sha256
(base32
"1alcrw304bn6c2i64rxxjkzk3il19gq30gyj3sb4blradkjh1rni"))))
"04kj9qzcws6wfw9pf3s6w4phpqywyv6j617l7907plkpcgd6x2i6"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-rcpp r-rlang r-scales r-withr))