mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-ggrepel: Update to 0.9.2.
* gnu/packages/cran.scm (r-ggrepel): Update to 0.9.2.
This commit is contained in:
parent
3eb94250d8
commit
7910264a94
1 changed files with 2 additions and 2 deletions
|
@ -6382,14 +6382,14 @@ for certain use cases.")
|
|||
(define-public r-ggrepel
|
||||
(package
|
||||
(name "r-ggrepel")
|
||||
(version "0.9.1")
|
||||
(version "0.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggrepel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
|
||||
"123lh86qs7w1i3v8i1a08jxlwx4sy32bpznyclm8wlkph728hc0a"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-rcpp r-rlang r-scales))
|
||||
|
|
Loading…
Reference in a new issue