diff options
author | Cameron Smith <cwsmith@users.noreply.github.com> | 2024-11-04 03:58:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 09:58:40 +0100 |
commit | d63f06e4b7e991703064cbd02748f16e3c7289f3 (patch) | |
tree | a10ea848f5302ad2b2a617b3712bca458037c4bc /var | |
parent | 8296aaf175bc9a6401d9eb9546c8c4e0471d82c2 (diff) | |
download | spack-d63f06e4b7e991703064cbd02748f16e3c7289f3.tar.gz spack-d63f06e4b7e991703064cbd02748f16e3c7289f3.tar.bz2 spack-d63f06e4b7e991703064cbd02748f16e3c7289f3.tar.xz spack-d63f06e4b7e991703064cbd02748f16e3c7289f3.zip |
pumi: add version 2.2.9 (#47380)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/pumi/package.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/pumi/package.py b/var/spack/repos/builtin/packages/pumi/package.py index a2ce76b27c..76bb0a7618 100644 --- a/var/spack/repos/builtin/packages/pumi/package.py +++ b/var/spack/repos/builtin/packages/pumi/package.py @@ -31,6 +31,9 @@ class Pumi(CMakePackage): # to the added instability. version("master", submodules=True, branch="master") version( + "2.2.9", submodules=True, commit="f87525cae7597322edfb2ccf1c7d4437402d9481" + ) # tag 2.2.9 + version( "2.2.8", submodules=True, commit="736bb87ccd8db51fc499a1b91e53717a88841b1f" ) # tag 2.2.8 version( |