me
/
guix
Archived
1
0
Fork 0

gnu: r-ggrepel: Update to 0.9.5.

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

Change-Id: Ib87cbfacc9f3fce1d1e4bc0d9cbb0fb467522bfb
master
Ricardo Wurmus 2024-01-11 11:45:20 +01:00
parent b6b6465da3
commit 10f25e5e73
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8734,14 +8734,14 @@ for certain use cases.")
(define-public r-ggrepel
(package
(name "r-ggrepel")
(version "0.9.4")
(version "0.9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggrepel" version))
(sha256
(base32
"0gngsx87rcqijdr684bgpnazdlz3vj4brzw0fic0jdsrf1rb9aw1"))))
"1alcrw304bn6c2i64rxxjkzk3il19gq30gyj3sb4blradkjh1rni"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-rcpp r-rlang r-scales r-withr))