summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlingnanyuan <1297162327@qq.com>2017-09-28 12:30:57 -0500
committerChristoph Junghans <christoph.junghans@gmail.com>2017-09-28 11:30:57 -0600
commit0c385e94e6e524bd95978e2b3d16b709f633d62e (patch)
treeac4e6f3737a1a3f978defb08254cb20841748e3d
parent38ea408126ee11dbdda59d1c747666cd32f237db (diff)
downloadspack-0c385e94e6e524bd95978e2b3d16b709f633d62e.tar.gz
spack-0c385e94e6e524bd95978e2b3d16b709f633d62e.tar.bz2
spack-0c385e94e6e524bd95978e2b3d16b709f633d62e.tar.xz
spack-0c385e94e6e524bd95978e2b3d16b709f633d62e.zip
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
-rw-r--r--var/spack/repos/builtin/packages/r-httpuv/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-httpuv/package.py b/var/spack/repos/builtin/packages/r-httpuv/package.py
index a3f73fb61f..4991f2ab2a 100644
--- a/var/spack/repos/builtin/packages/r-httpuv/package.py
+++ b/var/spack/repos/builtin/packages/r-httpuv/package.py
@@ -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:')