r-htmlwidgets: Update version to 0.8. (#5551)
This commit is contained in:
parent
89b30bea7f
commit
4cc1ff5ce8
1 changed files with 2 additions and 0 deletions
|
@ -32,7 +32,9 @@ class RHtmlwidgets(RPackage):
|
|||
|
||||
homepage = "https://github.com/ramnathv/htmlwidgets"
|
||||
url = "https://cran.r-project.org/src/contrib/htmlwidgets_0.6.tar.gz"
|
||||
list_url = homepage
|
||||
|
||||
version('0.8', '06b0404a00e25736946607a36ee5351d')
|
||||
version('0.6', '7fa522d2eda97593978021bda9670c0e')
|
||||
|
||||
depends_on('r-htmltools', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue