diff options
author | Francesco Giordano <8560837+francesco-giordano@users.noreply.github.com> | 2022-05-16 22:29:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 14:29:53 -0600 |
commit | c37fcccd7c1fce18bb813aada93eb2c584f5439b (patch) | |
tree | bb88a1a47f6f7d98b40e966db7fd28505b71b4d1 /var | |
parent | 6034b5afc2304e1c64ec3986d3e3f1547142d657 (diff) | |
download | spack-c37fcccd7c1fce18bb813aada93eb2c584f5439b.tar.gz spack-c37fcccd7c1fce18bb813aada93eb2c584f5439b.tar.bz2 spack-c37fcccd7c1fce18bb813aada93eb2c584f5439b.tar.xz spack-c37fcccd7c1fce18bb813aada93eb2c584f5439b.zip |
aws-parallelcluster: add v2.11.7 (#30685)
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 6675d328f1..d9a1880cf2 100644 --- a/var/spack/repos/builtin/packages/aws-parallelcluster/package.py +++ b/var/spack/repos/builtin/packages/aws-parallelcluster/package.py @@ -13,13 +13,14 @@ class AwsParallelcluster(PythonPackage): tool to deploy and manage HPC clusters in the AWS cloud.""" homepage = "https://github.com/aws/aws-parallelcluster" - pypi = "aws-parallelcluster/aws-parallelcluster-2.11.6.tar.gz" + pypi = "aws-parallelcluster/aws-parallelcluster-2.11.7.tar.gz" maintainers = [ 'charlesg3', 'chenwany', 'demartinofra', 'enrico-usai', 'francesco-giordano', 'gmarciani', 'hanwen-pcluste', 'lukeseawalker', ] + version('2.11.7', sha256='f7c51cf1c94787f56e0661e39860ecc9275efeacc88716b7c9f14053ec7fbd35') version('2.11.6', sha256='4df4bcf966f523bcdf5b4f68ed0ef347eebae70a074cd098b15bc8a6be27217c') version('2.11.5', sha256='7499f88387cbe2cb73f9fddeee3363117f7ef1524d6a73e77bb07900040baebb') version('2.11.4', sha256='449537ccda57f91f4ec6ae0c94a8e2b1a789f08f80245fadb28f44a4351d5da4') |