gnu: r-plotly: Update to 3.6.0.

* gnu/packages/statistics.scm (r-plotly): Update to 3.6.0.
This commit is contained in:
Ricardo Wurmus 2016-05-20 14:56:50 +02:00 committed by Ricardo Wurmus
parent 95513f284f
commit c969453e1c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2564,13 +2564,13 @@ (define-public r-hexbin
(define-public r-plotly
(package
(name "r-plotly")
(version "3.4.13")
(version "3.6.0")
(source (origin
(method url-fetch)
(uri (cran-uri "plotly" version))
(sha256
(base32
"1pfl9w35iwin8a1hfwcihajyps2ngjbyrmvi61b9lspcdbk39lf8"))))
"15hvqa0sf4z6l6vvr614zjszfphwpv66zpc665iyiynq0pd1jv2c"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)