gnu: r-plotly: Update to 4.5.6.
* gnu/packages/statistics.scm (r-plotly): Update to 4.5.6.
This commit is contained in:
parent
54aa6eb6ee
commit
3a181dc46e
|
@ -3245,13 +3245,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.5.2")
|
(version "4.5.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "plotly" version))
|
(uri (cran-uri "plotly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08shs0qhy9js0fpj3d4rzfbwmw11ki3z5vg8jszfm6m69mfkgzw1"))))
|
"09yw977yxlcxv57kni3q899zrxyxa6pznr06cylr9lqkyr7llfhx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-base64enc" ,r-base64enc)
|
`(("r-base64enc" ,r-base64enc)
|
||||||
|
|
Loading…
Reference in New Issue