summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/r-iranges/package.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-iranges/package.py b/var/spack/repos/builtin/packages/r-iranges/package.py
index 48f8d0f105..d4375d7f8b 100644
--- a/var/spack/repos/builtin/packages/r-iranges/package.py
+++ b/var/spack/repos/builtin/packages/r-iranges/package.py
@@ -40,8 +40,12 @@ class RIranges(RPackage):
homepage = "https://www.bioconductor.org/packages/IRanges/"
url = "https://git.bioconductor.org/packages/IRanges"
list_url = homepage
+
+ version('2.12.0', git='https://git.bioconductor.org/packages/IRanges', commit='1b1748655a8529ba87ad0f223f035ef0c08e7fcd')
version('2.10.5', git='https://git.bioconductor.org/packages/IRanges', commit='b00d1d5025e3c480d17c13100f0da5a0132b1614')
- depends_on('r-biocgenerics', type=('build', 'run'))
- depends_on('r-s4vectors', type=('build', 'run'))
- depends_on('r@3.4.0:3.4.9', when='@2.10.5')
+ depends_on('r-biocgenerics@0.21.1:', type=('build', 'run'), when='@2.10.5')
+ depends_on('r-biocgenerics@0.23.3:', type=('build', 'run'), when='@2.12.0')
+ depends_on('r-s4vectors@0.13.17:', type=('build', 'run'), when='@2.10.5')
+ depends_on('r-s4vectors@0.15.5:', type=('build', 'run'), when='@2.12.0')
+ depends_on('r@3.4.0:3.4.9', when='@2.10.5:')