diff options
author | Jonas Thies <16190001+jthies@users.noreply.github.com> | 2021-09-21 19:57:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 11:57:22 -0600 |
commit | 6c487f4c6d94808460d123d13b93c29fc345bb4f (patch) | |
tree | d59648bc3c649dd98cdb5827df5a0aedd3e9d95b /var | |
parent | 24500d41158350ed8a93a276c278bb7d34d46be2 (diff) | |
download | spack-6c487f4c6d94808460d123d13b93c29fc345bb4f.tar.gz spack-6c487f4c6d94808460d123d13b93c29fc345bb4f.tar.bz2 spack-6c487f4c6d94808460d123d13b93c29fc345bb4f.tar.xz spack-6c487f4c6d94808460d123d13b93c29fc345bb4f.zip |
packages/phist new version 1.9.5 (#26114)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/phist/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/phist/package.py b/var/spack/repos/builtin/packages/phist/package.py index 1883a3ec57..80f6436072 100644 --- a/var/spack/repos/builtin/packages/phist/package.py +++ b/var/spack/repos/builtin/packages/phist/package.py @@ -27,6 +27,7 @@ class Phist(CMakePackage): version('develop', branch='devel') version('master', branch='master') + version('1.9.5', sha256='24faa3373003f185c82a658c510e36cba9acc4110eb60cbfded9de370ae9ea32') version('1.9.4', sha256='9dde3ca0480358fa0877ec8424aaee4011c5defc929219a5930388a7cdb4c8a6') version('1.9.3', sha256='3ab7157e9f535a4c8537846cb11b516271ef13f82d0f8ebb7f96626fb9ab86cf') version('1.9.2', sha256='289678fa7172708f5d32d6bd924c8fdfe72b413bba5bbb8ce6373c85c5ec5ae5') |