summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-posterior/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-posterior/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-posterior/package.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/var/spack/repos/builtin/packages/r-posterior/package.py b/var/spack/repos/builtin/packages/r-posterior/package.py
index 54110bfae8..5de0fd7a81 100644
--- a/var/spack/repos/builtin/packages/r-posterior/package.py
+++ b/var/spack/repos/builtin/packages/r-posterior/package.py
@@ -21,17 +21,17 @@ class RPosterior(RPackage):
cran = "posterior"
- version('1.2.1', sha256='b757e06885a1f21e7ad8f5a3feaecbe0a71ae8d766e4aec4c3aa2183a810afe1')
- version('1.2.0', sha256='2ba01711a98448acc939cf506d22e8ee4cf680cdcea873226671fa8ae6934386')
- version('1.1.0', sha256='eff6262dbcc1bf18337f535b0c75ba2fe360322e8b170c466e24ed3ee76cf4d2')
+ version("1.2.1", sha256="b757e06885a1f21e7ad8f5a3feaecbe0a71ae8d766e4aec4c3aa2183a810afe1")
+ version("1.2.0", sha256="2ba01711a98448acc939cf506d22e8ee4cf680cdcea873226671fa8ae6934386")
+ version("1.1.0", sha256="eff6262dbcc1bf18337f535b0c75ba2fe360322e8b170c466e24ed3ee76cf4d2")
- depends_on('r@3.2.0:', type=('build', 'run'))
- depends_on('r-abind', type=('build', 'run'))
- depends_on('r-checkmate', type=('build', 'run'))
- depends_on('r-rlang@0.4.7:', type=('build', 'run'))
- depends_on('r-tibble@3.0.0:', type=('build', 'run'))
- depends_on('r-vctrs', type=('build', 'run'))
- depends_on('r-tensora', type=('build', 'run'))
- depends_on('r-pillar', type=('build', 'run'))
- depends_on('r-distributional', type=('build', 'run'))
- depends_on('r-matrixstats', type=('build', 'run'))
+ depends_on("r@3.2.0:", type=("build", "run"))
+ depends_on("r-abind", type=("build", "run"))
+ depends_on("r-checkmate", type=("build", "run"))
+ depends_on("r-rlang@0.4.7:", type=("build", "run"))
+ depends_on("r-tibble@3.0.0:", type=("build", "run"))
+ depends_on("r-vctrs", type=("build", "run"))
+ depends_on("r-tensora", type=("build", "run"))
+ depends_on("r-pillar", type=("build", "run"))
+ depends_on("r-distributional", type=("build", "run"))
+ depends_on("r-matrixstats", type=("build", "run"))