diff options
author | plamborn <plamborn@lanl.gov> | 2021-05-28 00:19:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 00:19:12 -0600 |
commit | 031ef00a1f20c9a06e83a862df04e50ed047a43f (patch) | |
tree | 1a8a06450c62ec31e2e1fb6abba218e43210fac4 /var | |
parent | 429b71bf571aa17fda0ac791e6c70961bf557a90 (diff) | |
download | spack-031ef00a1f20c9a06e83a862df04e50ed047a43f.tar.gz spack-031ef00a1f20c9a06e83a862df04e50ed047a43f.tar.bz2 spack-031ef00a1f20c9a06e83a862df04e50ed047a43f.tar.xz spack-031ef00a1f20c9a06e83a862df04e50ed047a43f.zip |
libhio: added version 1.4.1.6 (#23975)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/libhio/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libhio/package.py b/var/spack/repos/builtin/packages/libhio/package.py index e00b99c8a4..1cb774bd23 100644 --- a/var/spack/repos/builtin/packages/libhio/package.py +++ b/var/spack/repos/builtin/packages/libhio/package.py @@ -24,6 +24,7 @@ class Libhio(AutotoolsPackage): # needed by current and future consumers of libhio # version('master', branch='master') + version('1.4.1.6', sha256='863e7274f9e32d97bd5d9e6745ad9449735bdc8bd5623f152a32be45e6f3a212') version('1.4.1.5', sha256='af5cb2a799a8470ed95847c3b07ea3ad61f8f7d5a2b79c52a46ca784846e8962') version('1.4.1.4', sha256='6998a424cff97be9a207032b3addd19f292d8ebda72043be92a8f942ae3b4da1') version('1.4.1.3', sha256='b6ad2354f1bc597e7e55fc989ff50944835d64149f4925c2f45df950919e4d08') |