diff options
author | tilne <55806862+tilne@users.noreply.github.com> | 2020-04-09 20:00:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 22:00:03 -0500 |
commit | 0d96e8a27d13166049bb9280e2e270a568fe9759 (patch) | |
tree | d3a03239118ac427caf6bfe456668e74c5d41ae4 /var | |
parent | 2d220c8eb0288b551f3019c68d12c16bd2754899 (diff) | |
download | spack-0d96e8a27d13166049bb9280e2e270a568fe9759.tar.gz spack-0d96e8a27d13166049bb9280e2e270a568fe9759.tar.bz2 spack-0d96e8a27d13166049bb9280e2e270a568fe9759.tar.xz spack-0d96e8a27d13166049bb9280e2e270a568fe9759.zip |
update URL and sha256 for aws-parallelcluster 2.6.1 (#15980)
Signed-off-by: Tim Lane <tilne@amazon.com>
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/aws-parallelcluster/package.py | 3 |
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 195341683d..5737f07855 100644 --- a/var/spack/repos/builtin/packages/aws-parallelcluster/package.py +++ b/var/spack/repos/builtin/packages/aws-parallelcluster/package.py @@ -12,7 +12,7 @@ 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.6.0.tar.gz" + url = "https://pypi.io/packages/source/a/aws-parallelcluster/aws-parallelcluster-2.6.1.tar.gz" maintainers = [ 'sean-smith', 'demartinofra', 'enrico-usai', 'lukeseawalker', 'rexcsn', @@ -23,6 +23,7 @@ class AwsParallelcluster(PythonPackage): 'pcluster.config', 'pcluster.networking' ] + version('2.6.1', sha256='2ce9015d90b5d4dc88b46a44cb8a82e8fb0bb2b4cca30335fc5759202ec1b343') version('2.6.0', sha256='aaed6962cf5027206834ac24b3d312da91e0f96ae8607f555e12cb124b869f0c') version('2.5.1', sha256='4fd6e14583f8cf81f9e4aa1d6188e3708d3d14e6ae252de0a94caaf58be76303') version('2.5.0', sha256='3b0209342ea0d9d8cc95505456103ad87c2d4e35771aa838765918194efd0ad3') |