summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlingnanyuan <1297162327@qq.com>2017-11-08 20:51:13 -0600
committerChristoph Junghans <christoph.junghans@gmail.com>2017-11-08 19:51:13 -0700
commit7848e0d4b661a94cdb1e0b966a89f14fdf3319a4 (patch)
tree18985332209d4fab73c862d941d14118b5334346
parentecdaea1c8e98266c6ad32f5ca4a7f119d3d0db9c (diff)
downloadspack-7848e0d4b661a94cdb1e0b966a89f14fdf3319a4.tar.gz
spack-7848e0d4b661a94cdb1e0b966a89f14fdf3319a4.tar.bz2
spack-7848e0d4b661a94cdb1e0b966a89f14fdf3319a4.tar.xz
spack-7848e0d4b661a94cdb1e0b966a89f14fdf3319a4.zip
r-quantmod: Update version to 0.4-11 (#6212)
-rw-r--r--var/spack/repos/builtin/packages/r-quantmod/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-quantmod/package.py b/var/spack/repos/builtin/packages/r-quantmod/package.py
index b732a6b2c3..749558f894 100644
--- a/var/spack/repos/builtin/packages/r-quantmod/package.py
+++ b/var/spack/repos/builtin/packages/r-quantmod/package.py
@@ -33,8 +33,10 @@ class RQuantmod(RPackage):
url = "https://cran.r-project.org/src/contrib/quantmod_0.4-5.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/quantmod"
+ version('0.4-10', 'e4119c673567801eee16dcbbd0265de8')
version('0.4-5', 'cab3c409e4de3df98a20f1ded60f3631')
depends_on('r-xts', type=('build', 'run'))
depends_on('r-zoo', type=('build', 'run'))
depends_on('r-ttr', type=('build', 'run'))
+ depends_on('r-curl', type=('build', 'run'))