gnu: r-plotly: Update to 4.10.2.

* gnu/packages/statistics.scm (r-plotly): Update to 4.10.2.
This commit is contained in:
Ricardo Wurmus 2023-07-10 22:59:16 +02:00
parent 7c2290f663
commit 60c70a9009
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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