summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-clustershell/package.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-clustershell/package.py b/var/spack/repos/builtin/packages/py-clustershell/package.py
index 2a4fd640a5..6504f8aaed 100644
--- a/var/spack/repos/builtin/packages/py-clustershell/package.py
+++ b/var/spack/repos/builtin/packages/py-clustershell/package.py
@@ -12,9 +12,13 @@ class PyClustershell(PythonPackage):
"""
homepage = "https://cea-hpc.github.io/clustershell/"
- url = "https://github.com/cea-hpc/clustershell/archive/v1.8.tar.gz"
+ url = "https://github.com/cea-hpc/clustershell/archive/v1.8.4.tar.gz"
+ version("1.8.4", sha256="763793f729bd1c275361717c540e01ad5fe536119eca92f14077c0995739b9d7")
+ version("1.8.3", sha256="86b0d524e5e50c0a15faec01d8642f0ff12ba78d50b7e7b660261be5d53fed9c")
+ version("1.8.2", sha256="abf5ed23b6adfc802ee65aa0208c697f617e5fb8fd0d8cb0100ee337e2721796")
+ version("1.8.1", sha256="0c3da87108de8b735f40b5905b8dcd8084a234849aee2a8b8d2e20b99b57100c")
version("1.8", sha256="ad5a13e2d107b4095229810c35365e22ea94dfd2baf4fdcfcc68ce58ee37cee3")
depends_on("py-setuptools", type="build")
- depends_on("py-pyyaml")
+ depends_on("py-pyyaml", type=("build", "run"))