diff options
author | Justin S <3630356+codeandkey@users.noreply.github.com> | 2019-07-08 13:59:54 -0500 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-07-08 11:59:54 -0700 |
commit | 242bdef6e8dcea1dd99d18a90a4ad008a9a75772 (patch) | |
tree | 006d1fe5e6263788a54851ba124c2ca1e76f377a /var | |
parent | 51b58f1478cea02907124c8f087d6798bfa03cd6 (diff) | |
download | spack-242bdef6e8dcea1dd99d18a90a4ad008a9a75772.tar.gz spack-242bdef6e8dcea1dd99d18a90a4ad008a9a75772.tar.bz2 spack-242bdef6e8dcea1dd99d18a90a4ad008a9a75772.tar.xz spack-242bdef6e8dcea1dd99d18a90a4ad008a9a75772.zip |
r-biocgenerics: add 0.30.0 (#11935)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/r-biocgenerics/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-biocgenerics/package.py b/var/spack/repos/builtin/packages/r-biocgenerics/package.py index e67f925f3a..347bcc22bc 100644 --- a/var/spack/repos/builtin/packages/r-biocgenerics/package.py +++ b/var/spack/repos/builtin/packages/r-biocgenerics/package.py @@ -12,9 +12,11 @@ class RBiocgenerics(RPackage): homepage = "https://www.bioconductor.org/packages/BiocGenerics/" git = "https://git.bioconductor.org/packages/BiocGenerics.git" + version('0.30.0', commit='fc7c3af4a5635a30988a062ed09332c13ca1d1a8') version('0.26.0', commit='5b2a6df639e48c3cd53789e0b174aec9dda6b67d') version('0.24.0', commit='3db111e8c1f876267da89f4f0c5406a9d5c31cd1') version('0.22.1', commit='9c90bb8926885289d596a81ff318ee3745cbb6ad') depends_on('r@3.4.0:3.4.9', when='@0.22.1', type=('build', 'run')) depends_on('r@3.5.0:3.5.9', when='@0.26.0', type=('build', 'run')) + depends_on('r@3.6.0:', when='@0.30.0', type=('build', 'run')) |