mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-plotly: Update to 4.10.4.
* gnu/packages/statistics.scm (r-plotly): Update to 4.10.4. Change-Id: Idd10685b1ab521056e0468f0c0c188543c11c96a
This commit is contained in:
parent
863ba4b830
commit
24d6410125
1 changed files with 2 additions and 2 deletions
|
@ -4592,13 +4592,13 @@ (define-public r-purrr
|
||||||
(define-public r-plotly
|
(define-public r-plotly
|
||||||
(package
|
(package
|
||||||
(name "r-plotly")
|
(name "r-plotly")
|
||||||
(version "4.10.3")
|
(version "4.10.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "plotly" version))
|
(uri (cran-uri "plotly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13sxmanx2xck8dn0prn2fplgx4bafb7h2kk2wjmci21h8hk6qylb"))
|
"0ryqcs9y7zan36zs6n1hxxy91pajldpax8q7cwcimlsmxnvrbafg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
||||||
|
|
Loading…
Reference in a new issue