summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-experimenthub/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-experimenthub/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-experimenthub/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/r-experimenthub/package.py b/var/spack/repos/builtin/packages/r-experimenthub/package.py
index 7bc44a9722..389c047d2a 100644
--- a/var/spack/repos/builtin/packages/r-experimenthub/package.py
+++ b/var/spack/repos/builtin/packages/r-experimenthub/package.py
@@ -18,15 +18,15 @@ class RExperimenthub(RPackage):
bioc = "ExperimentHub"
- version('2.4.0', commit='bdce35d3a89e8633cc395f28991e6b5d1eccbe8e')
- version('2.2.1', commit='4e10686fa72baefef5d2990f41a7c44c527a7a7d')
- version('1.16.1', commit='61d51b7ca968d6cc1befe299e0784d9a19ca51f6')
+ version("2.4.0", commit="bdce35d3a89e8633cc395f28991e6b5d1eccbe8e")
+ version("2.2.1", commit="4e10686fa72baefef5d2990f41a7c44c527a7a7d")
+ version("1.16.1", commit="61d51b7ca968d6cc1befe299e0784d9a19ca51f6")
- depends_on('r-biocgenerics@0.15.10:', type=('build', 'run'))
- depends_on('r-annotationhub@2.19.3:', type=('build', 'run'))
- depends_on('r-annotationhub@3.3.6:', type=('build', 'run'), when='@2.4.0:')
- depends_on('r-biocfilecache@1.5.1:', type=('build', 'run'))
- depends_on('r-s4vectors', type=('build', 'run'))
- depends_on('r-biocmanager', type=('build', 'run'))
- depends_on('r-curl', type=('build', 'run'))
- depends_on('r-rappdirs', type=('build', 'run'))
+ depends_on("r-biocgenerics@0.15.10:", type=("build", "run"))
+ depends_on("r-annotationhub@2.19.3:", type=("build", "run"))
+ depends_on("r-annotationhub@3.3.6:", type=("build", "run"), when="@2.4.0:")
+ depends_on("r-biocfilecache@1.5.1:", type=("build", "run"))
+ depends_on("r-s4vectors", type=("build", "run"))
+ depends_on("r-biocmanager", type=("build", "run"))
+ depends_on("r-curl", type=("build", "run"))
+ depends_on("r-rappdirs", type=("build", "run"))