mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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:
parent
bf939c5f96
commit
9444c2301e
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue