r-shiny: update version to 1.0.5 (#5530)

* pr-quantities: add version & py-numpy conflict (#5307)

* r-shiny: Update version to 1.0.5
This commit is contained in:
lingnanyuan 2017-09-28 12:31:27 -05:00 committed by Christoph Junghans
parent a613244602
commit c0e1b1f68e

View file

@ -32,8 +32,10 @@ class RShiny(RPackage):
powerful applications with minimal effort."""
homepage = "http://shiny.rstudio.com/"
url = "https://cran.r-project.org/src/contrib/shiny_0.13.2.tar.gz"
url = "https://cran.rstudio.com/src/contrib/shiny_1.0.5.tar.gz"
list_url = homepage
version('1.0.5', '419dd5d3ea0bd87a07f8f0b1ef14fc13')
version('0.13.2', 'cb5bff7a28ad59ec2883cd0912ca9611')
depends_on('r-httpuv', type=('build', 'run'))