summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authortilne <55806862+tilne@users.noreply.github.com>2020-07-29 17:35:43 -0700
committerGitHub <noreply@github.com>2020-07-29 19:35:43 -0500
commit5a5f2c00a8e7bce94f12da3fbcb05658ecff3c20 (patch)
tree177a68fa56fc6d32c3fbb0a27b7f7cf56a042715 /var
parent5243f97c3b70bcfbf937a7e87882e3c1f8f41c8b (diff)
downloadspack-5a5f2c00a8e7bce94f12da3fbcb05658ecff3c20.tar.gz
spack-5a5f2c00a8e7bce94f12da3fbcb05658ecff3c20.tar.bz2
spack-5a5f2c00a8e7bce94f12da3fbcb05658ecff3c20.tar.xz
spack-5a5f2c00a8e7bce94f12da3fbcb05658ecff3c20.zip
update URL and sha256 for aws-parallelcluster 2.8.0 (#17685)
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 b9d6524737..5df8cf694a 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.7.0.tar.gz"
+ url = "https://pypi.io/packages/source/a/aws-parallelcluster/aws-parallelcluster-2.8.0.tar.gz"
maintainers = [
'sean-smith', 'demartinofra', 'enrico-usai', 'lukeseawalker', 'rexcsn',
@@ -23,6 +23,7 @@ class AwsParallelcluster(PythonPackage):
'pcluster.config', 'pcluster.networking'
]
+ version('2.8.0', sha256='4e67539d49fe987884a3ed7198dc13bc8a3a1778f0b3656dfe0ae899138678f2')
version('2.7.0', sha256='7c34995acfcc256a6996541d330575fc711e1fd5735bf3d734d4e96c1dc8df60')
version('2.6.1', sha256='2ce9015d90b5d4dc88b46a44cb8a82e8fb0bb2b4cca30335fc5759202ec1b343')
version('2.6.0', sha256='aaed6962cf5027206834ac24b3d312da91e0f96ae8607f555e12cb124b869f0c')