mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-plotly: Update to 4.10.1.
* gnu/packages/statistics.scm (r-plotly): Update to 4.10.1.
This commit is contained in:
parent
ede8869acf
commit
e3a5343570
1 changed files with 2 additions and 2 deletions
|
@ -4311,13 +4311,13 @@ (define-public r-purrr
|
|||
(define-public r-plotly
|
||||
(package
|
||||
(name "r-plotly")
|
||||
(version "4.10.0")
|
||||
(version "4.10.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "plotly" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16iqj7sv49mva6siibsci7iijsbnk7pqvfns9al0k35w9mjmr6dx"))))
|
||||
"0yin1kid3a69fcwrrajwzqbhx4xc81x8p8m0yfh1fkm2rfhj22dc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-base64enc
|
||||
|
|
Loading…
Reference in a new issue