3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-plotly: Update to 4.9.2.1.

* gnu/packages/statistics.scm (r-plotly): Update to 4.9.2.1.
This commit is contained in:
Ricardo Wurmus 2020-04-14 16:00:29 +02:00
parent 5269899aac
commit 28e1e573cb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3771,13 +3771,13 @@ features present in other programming languages.")
(define-public r-plotly
(package
(name "r-plotly")
(version "4.9.2")
(version "4.9.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "plotly" version))
(sha256
(base32
"19zw3qnhfgqdxlvma8xyikir46aiqhfcwxf072z9xgq0hknpblm5"))))
"1f0x83a2s7200iqi6gpngijks06fcvcbm6701d5r5rxpb8rawppl"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)