r-htmltools: Update version to 0.3.6 (#5528)
* pr-quantities: add version & py-numpy conflict (#5307) * r-htmltools: Update version to 0.3.6
This commit is contained in:
parent
0c385e94e6
commit
a613244602
1 changed files with 3 additions and 1 deletions
|
@ -29,8 +29,10 @@ class RHtmltools(RPackage):
|
||||||
"""Tools for HTML generation and output."""
|
"""Tools for HTML generation and output."""
|
||||||
|
|
||||||
homepage = "https://github.com/rstudio/htmltools"
|
homepage = "https://github.com/rstudio/htmltools"
|
||||||
url = "https://cran.r-project.org/src/contrib/htmltools_0.3.5.tar.gz"
|
url = "https://cran.rstudio.com/src/contrib/htmltools_0.3.6.tar.gz"
|
||||||
|
list_url = homepage
|
||||||
|
|
||||||
|
version('0.3.6', '336419c2143f958862e01ef1bbc9c253')
|
||||||
version('0.3.5', '5f001aff4a39e329f7342dcec5139724')
|
version('0.3.5', '5f001aff4a39e329f7342dcec5139724')
|
||||||
|
|
||||||
depends_on('r-digest', type=('build', 'run'))
|
depends_on('r-digest', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue