summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authortilne <55806862+tilne@users.noreply.github.com>2020-12-24 16:42:53 -0600
committerGitHub <noreply@github.com>2020-12-24 16:42:53 -0600
commit805cc61036f6ae81ab61b7aa54ce718a24adea21 (patch)
tree3937559c7fcb1a2600a1e01226a5cfba3b5bfa26 /var
parentf2c523db1e1fcfd5257f74c873cfc54579bcdce6 (diff)
downloadspack-805cc61036f6ae81ab61b7aa54ce718a24adea21.tar.gz
spack-805cc61036f6ae81ab61b7aa54ce718a24adea21.tar.bz2
spack-805cc61036f6ae81ab61b7aa54ce718a24adea21.tar.xz
spack-805cc61036f6ae81ab61b7aa54ce718a24adea21.zip
Update ParallelCluster to v2.10.1 (#20524)
Signed-off-by: Tim Lane <tilne@amazon.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/aws-parallelcluster/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/aws-parallelcluster/package.py b/var/spack/repos/builtin/packages/aws-parallelcluster/package.py
index 4f69548a45..2cf26d66e1 100644
--- a/var/spack/repos/builtin/packages/aws-parallelcluster/package.py
+++ b/var/spack/repos/builtin/packages/aws-parallelcluster/package.py
@@ -12,13 +12,14 @@ class AwsParallelcluster(PythonPackage):
tool to deploy and manage HPC clusters in the AWS cloud."""
homepage = "https://github.com/aws/aws-parallelcluster"
- url = "https://pypi.io/packages/source/a/aws-parallelcluster/aws-parallelcluster-2.10.0.tar.gz"
+ url = "https://pypi.io/packages/source/a/aws-parallelcluster/aws-parallelcluster-2.10.1.tar.gz"
maintainers = [
'sean-smith', 'demartinofra', 'enrico-usai', 'lukeseawalker', 'rexcsn',
'ddeidda', 'tilne'
]
+ version('2.10.1', sha256='b3d2ea836c08c9be1667d55a8999aae412d7c2b20f958ca5842e8fa440eb24e0')
version('2.10.0', sha256='a7a27871b4f54cb913b0c1233e675131e9b2099549af0840d32c36b7e91b104b')
version('2.9.1', sha256='12dc22286cd447a16931f1f8619bdd47d4543fd0de7905d52b6c6f83ff9db8a3')
version('2.9.0', sha256='e98a8426bc46aca0860d9a2be89bbc4a90aab3ed2f60ca6c385b595fbbe79a78')