summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pkgload/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-pkgload/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-pkgload/package.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/var/spack/repos/builtin/packages/r-pkgload/package.py b/var/spack/repos/builtin/packages/r-pkgload/package.py
index a18bdd0ed2..0a01f9b9ad 100644
--- a/var/spack/repos/builtin/packages/r-pkgload/package.py
+++ b/var/spack/repos/builtin/packages/r-pkgload/package.py
@@ -15,16 +15,16 @@ class RPkgload(RPackage):
cran = "pkgload"
- version('1.2.4', sha256='d6912bc824a59ccc9b2895c3cf3b08a3ff310a333888bb8e90d1a6ce754dd90f')
- version('1.1.0', sha256='189d460dbba2b35fa15dd59ce832df252dfa654a5acee0c9a8471b4d70477b0d')
- version('1.0.2', sha256='3186564e690fb05eabe76e1ac0bfd4312562c3ac8794b29f8850399515dcf27c')
-
- depends_on('r-cli', type=('build', 'run'), when='@1.1.0:')
- depends_on('r-crayon', type=('build', 'run'), when='@1.1.0:')
- depends_on('r-desc', type=('build', 'run'))
- depends_on('r-rlang', type=('build', 'run'))
- depends_on('r-rprojroot', type=('build', 'run'))
- depends_on('r-rstudioapi', type=('build', 'run'))
- depends_on('r-withr', type=('build', 'run'))
-
- depends_on('r-pkgbuild', type=('build', 'run'), when='@:1.1.0')
+ version("1.2.4", sha256="d6912bc824a59ccc9b2895c3cf3b08a3ff310a333888bb8e90d1a6ce754dd90f")
+ version("1.1.0", sha256="189d460dbba2b35fa15dd59ce832df252dfa654a5acee0c9a8471b4d70477b0d")
+ version("1.0.2", sha256="3186564e690fb05eabe76e1ac0bfd4312562c3ac8794b29f8850399515dcf27c")
+
+ depends_on("r-cli", type=("build", "run"), when="@1.1.0:")
+ depends_on("r-crayon", type=("build", "run"), when="@1.1.0:")
+ depends_on("r-desc", type=("build", "run"))
+ depends_on("r-rlang", type=("build", "run"))
+ depends_on("r-rprojroot", type=("build", "run"))
+ depends_on("r-rstudioapi", type=("build", "run"))
+ depends_on("r-withr", type=("build", "run"))
+
+ depends_on("r-pkgbuild", type=("build", "run"), when="@:1.1.0")