gnu: r-htmlwidgets: Update to 0.7.

* gnu/packages/web.scm (r-htmlwidgets): Update to 0.7.
This commit is contained in:
Ricardo Wurmus 2016-09-12 15:04:16 +02:00
parent 4df0cb8d05
commit cc1446acc7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3241,13 +3241,13 @@ (define-public r-htmltools
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
(version "0.6")
(version "0.7")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
"1sljs7zajzj1lsrrvqv7anpma4plzs79mqwmw7b2c5d7mn9py8lw"))))
"1xh8aiaci5hi3r67ym7r37hm89m9vzywk292avnmaj125kq7w1d0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)