summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-hms/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-hms/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-hms/package.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/r-hms/package.py b/var/spack/repos/builtin/packages/r-hms/package.py
index 9fd5762c6a..9f4d598d67 100644
--- a/var/spack/repos/builtin/packages/r-hms/package.py
+++ b/var/spack/repos/builtin/packages/r-hms/package.py
@@ -14,16 +14,16 @@ class RHms(RPackage):
cran = "hms"
- version('1.1.1', sha256='6b5f30db1845c70d27b5de33f31caa487cdd0787cd80a4073375e5f482269062')
- version('1.0.0', sha256='9704e903d724f0911d46e5ad18b469a7ed419c5b1f388bd064fd663cefa6c962')
- version('0.5.0', sha256='a87872665c3bf3901f597d78c152e7805f7129e4dbe27397051de4cf1a76561b')
- version('0.3', sha256='9368259cbc1094ce0e4cf61544875ec30088ef690d6667e6b0b564218ab3ff88')
+ version("1.1.1", sha256="6b5f30db1845c70d27b5de33f31caa487cdd0787cd80a4073375e5f482269062")
+ version("1.0.0", sha256="9704e903d724f0911d46e5ad18b469a7ed419c5b1f388bd064fd663cefa6c962")
+ version("0.5.0", sha256="a87872665c3bf3901f597d78c152e7805f7129e4dbe27397051de4cf1a76561b")
+ version("0.3", sha256="9368259cbc1094ce0e4cf61544875ec30088ef690d6667e6b0b564218ab3ff88")
- depends_on('r-ellipsis', type=('build', 'run'), when='@1.0.0:')
- depends_on('r-ellipsis@0.3.2', type=('build', 'run'), when='@1.1:')
- depends_on('r-lifecycle', type=('build', 'run'), when='@1.0.0:')
- depends_on('r-pkgconfig', type=('build', 'run'), when='@0.5.0:')
- depends_on('r-rlang', type=('build', 'run'), when='@0.5.0:')
- depends_on('r-vctrs@0.2.0:', type=('build', 'run'), when='@0.5.0:')
- depends_on('r-vctrs@0.2.1:', type=('build', 'run'), when='@1.0.0:')
- depends_on('r-vctrs@0.3.8:', type=('build', 'run'), when='@1.1:')
+ depends_on("r-ellipsis", type=("build", "run"), when="@1.0.0:")
+ depends_on("r-ellipsis@0.3.2", type=("build", "run"), when="@1.1:")
+ depends_on("r-lifecycle", type=("build", "run"), when="@1.0.0:")
+ depends_on("r-pkgconfig", type=("build", "run"), when="@0.5.0:")
+ depends_on("r-rlang", type=("build", "run"), when="@0.5.0:")
+ depends_on("r-vctrs@0.2.0:", type=("build", "run"), when="@0.5.0:")
+ depends_on("r-vctrs@0.2.1:", type=("build", "run"), when="@1.0.0:")
+ depends_on("r-vctrs@0.3.8:", type=("build", "run"), when="@1.1:")