gnu: r-plotly: Update to 4.9.1.

* gnu/packages/statistics.scm (r-plotly): Update to 4.9.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 12:57:33 +01:00
parent b1df02c39e
commit 10cdf7083c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3841,13 +3841,13 @@ (define-public r-purrr
(define-public r-plotly (define-public r-plotly
(package (package
(name "r-plotly") (name "r-plotly")
(version "4.9.0") (version "4.9.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "plotly" version)) (uri (cran-uri "plotly" version))
(sha256 (sha256
(base32 (base32
"1kz2hm7vnkn4clxr6yyxxnmdmkz9zwjq6bzysw7j27r3721i8qgp")))) "0gadam4qw81q9gpjp7sqrpd7ikmcdsc78d8vjn39g0xzs5j8r845"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-base64enc" ,r-base64enc) `(("r-base64enc" ,r-base64enc)