summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-aroma-light/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-aroma-light/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-aroma-light/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/r-aroma-light/package.py b/var/spack/repos/builtin/packages/r-aroma-light/package.py
index f0b74ae5e8..8d65bfea57 100644
--- a/var/spack/repos/builtin/packages/r-aroma-light/package.py
+++ b/var/spack/repos/builtin/packages/r-aroma-light/package.py
@@ -16,15 +16,15 @@ class RAromaLight(RPackage):
bioc = "aroma.light"
- version('3.26.0', commit='7ead7517a77bc8b4b4b42aace69957a17e8fe016')
- version('3.24.0', commit='3ff48b8f546acc9803b3c652363cac78d3b81ae5')
- version('3.20.0', commit='02cde7fa166259bce73c396a87dca2ecc8249c39')
- version('3.16.0', commit='fc16179fc4bee8954c5415d7cd13e3112b75b4fd')
+ version("3.26.0", commit="7ead7517a77bc8b4b4b42aace69957a17e8fe016")
+ version("3.24.0", commit="3ff48b8f546acc9803b3c652363cac78d3b81ae5")
+ version("3.20.0", commit="02cde7fa166259bce73c396a87dca2ecc8249c39")
+ version("3.16.0", commit="fc16179fc4bee8954c5415d7cd13e3112b75b4fd")
- depends_on('r@2.15.2:', type=('build', 'run'))
- depends_on('r-r-methodss3@1.7.1:', type=('build', 'run'))
- depends_on('r-r-oo@1.22.0:', type=('build', 'run'))
- depends_on('r-r-oo@1.23.0:', type=('build', 'run'), when='@3.20.0:')
- depends_on('r-r-utils@2.9.0:', type=('build', 'run'))
- depends_on('r-matrixstats@0.54.0:', type=('build', 'run'))
- depends_on('r-matrixstats@0.55.0:', type=('build', 'run'), when='@3.20.0:')
+ depends_on("r@2.15.2:", type=("build", "run"))
+ depends_on("r-r-methodss3@1.7.1:", type=("build", "run"))
+ depends_on("r-r-oo@1.22.0:", type=("build", "run"))
+ depends_on("r-r-oo@1.23.0:", type=("build", "run"), when="@3.20.0:")
+ depends_on("r-r-utils@2.9.0:", type=("build", "run"))
+ depends_on("r-matrixstats@0.54.0:", type=("build", "run"))
+ depends_on("r-matrixstats@0.55.0:", type=("build", "run"), when="@3.20.0:")