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 @@ features present in other programming languages.")
|
||||||
(define-public r-plotly
|
(define-public r-plotly
|
||||||
(package
|
(package
|
||||||
(name "r-plotly")
|
(name "r-plotly")
|
||||||
(version "4.10.1")
|
(version "4.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "plotly" version))
|
(uri (cran-uri "plotly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yin1kid3a69fcwrrajwzqbhx4xc81x8p8m0yfh1fkm2rfhj22dc"))
|
"0y2jiyfx895f15wcpizybssic4draw1vgvqz2b7f82z73319m01b"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
||||||
|
@ -4616,8 +4616,8 @@ features present in other programming languages.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-base64enc
|
(list r-base64enc
|
||||||
r-crosstalk
|
r-crosstalk
|
||||||
r-digest
|
|
||||||
r-data-table
|
r-data-table
|
||||||
|
r-digest
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-htmltools
|
r-htmltools
|
||||||
|
|
Reference in a new issue