me
/
guix
Archived
1
0
Fork 0

gnu: r-plotly: Update to 4.9.1.

* gnu/packages/statistics.scm (r-plotly): Update to 4.9.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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