mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
||||
(package
|
||||
(name "r-plotly")
|
||||
(version "4.10.3")
|
||||
(version "4.10.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "plotly" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13sxmanx2xck8dn0prn2fplgx4bafb7h2kk2wjmci21h8hk6qylb"))
|
||||
"0ryqcs9y7zan36zs6n1hxxy91pajldpax8q7cwcimlsmxnvrbafg"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
||||
|
|
Loading…
Reference in a new issue