1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: r-plotly: Update to 4.9.4.1.

* gnu/packages/statistics.scm (r-plotly): Update to 4.9.4.1.
This commit is contained in:
Ricardo Wurmus
2021-07-10 13:26:26 +02:00
parent 85738e4566
commit 4e7bf05978

View File

@@ -3855,13 +3855,13 @@ features present in other programming languages.")
(define-public r-plotly
(package
(name "r-plotly")
(version "4.9.3")
(version "4.9.4.1")
(source (origin
(method url-fetch)
(uri (cran-uri "plotly" version))
(sha256
(base32
"0801i2q7sw62x734d58h9p2fwpi1hirqj73gsg18pqkdv4b1lkfl"))))
"1q711c0lg0jmzrmcc2fhjy70ms49as7cakdbgbh2ij9s149fa7iq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)