r-httpuv: Update version to 1.3.5 (#5527)
* pr-quantities: add version & py-numpy conflict (#5307) * r-httpuv: Update version to 1.3.5
This commit is contained in:
parent
38ea408126
commit
0c385e94e6
1 changed files with 3 additions and 1 deletions
|
@ -35,8 +35,10 @@ class RHttpuv(RPackage):
|
|||
information.)"""
|
||||
|
||||
homepage = "https://github.com/rstudio/httpuv"
|
||||
url = "https://cran.r-project.org/src/contrib/httpuv_1.3.3.tar.gz"
|
||||
url = "https://cran.rstudio.com/src/contrib/httpuv_1.3.5.tar.gz"
|
||||
list_url = homepage
|
||||
|
||||
version('1.3.5', '48d894ff0067148f41a651634fbb2012')
|
||||
version('1.3.3', 'c78ae068cf59e949b9791be987bb4489')
|
||||
|
||||
depends_on('r@2.15.1:')
|
||||
|
|
Loading…
Reference in a new issue