gnu: r-plotly: Update to 4.10.2.
* gnu/packages/statistics.scm (r-plotly): Update to 4.10.2.
This commit is contained in:
parent
7c2290f663
commit
60c70a9009
1 changed files with 3 additions and 3 deletions
|
@ -4566,13 +4566,13 @@ (define-public r-purrr
|
|||
(define-public r-plotly
|
||||
(package
|
||||
(name "r-plotly")
|
||||
(version "4.10.1")
|
||||
(version "4.10.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "plotly" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yin1kid3a69fcwrrajwzqbhx4xc81x8p8m0yfh1fkm2rfhj22dc"))
|
||||
"0y2jiyfx895f15wcpizybssic4draw1vgvqz2b7f82z73319m01b"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
||||
|
@ -4616,8 +4616,8 @@ (define-public r-plotly
|
|||
(propagated-inputs
|
||||
(list r-base64enc
|
||||
r-crosstalk
|
||||
r-digest
|
||||
r-data-table
|
||||
r-digest
|
||||
r-dplyr
|
||||
r-ggplot2
|
||||
r-htmltools
|
||||
|
|
Loading…
Reference in a new issue