diff options
author | Cameron Smith <cwsmith@users.noreply.github.com> | 2023-09-22 17:38:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 14:38:46 -0700 |
commit | 38cc51ec36543d58469a2dc669b71d87674843dc (patch) | |
tree | 2eb0588e5b008905d22595f57149e1a79b95b326 /var | |
parent | 5c10c299231e24d1f2b91da5618465aedd93cb16 (diff) | |
download | spack-38cc51ec36543d58469a2dc669b71d87674843dc.tar.gz spack-38cc51ec36543d58469a2dc669b71d87674843dc.tar.bz2 spack-38cc51ec36543d58469a2dc669b71d87674843dc.tar.xz spack-38cc51ec36543d58469a2dc669b71d87674843dc.zip |
pumi: add version 2.2.8 (#40143)
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 298041452b..5e99fbfac9 100644 --- a/var/spack/repos/builtin/packages/pumi/package.py +++ b/var/spack/repos/builtin/packages/pumi/package.py @@ -29,6 +29,9 @@ class Pumi(CMakePackage): # to the added instability. version("master", submodules=True, branch="master") version( + "2.2.8", submodules=True, commit="736bb87ccd8db51fc499a1b91e53717a88841b1f" + ) # tag 2.2.8 + version( "2.2.7", submodules=True, commit="a295720d7b4828282484f2b78bac1f6504512de4" ) # tag 2.2.7 version("2.2.6", commit="4dd330e960b1921ae0d8d4039b8de8680a20d993") # tag 2.2.6 |