diff options
author | Christoph Junghans <junghans@lanl.gov> | 2024-09-30 01:35:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 09:35:38 +0200 |
commit | 519ed7f6116342e6f8c285e9f2f7ccca85f41204 (patch) | |
tree | 096c3407c73a515ff9b0bf5c50a20c61e6aba0c9 | |
parent | ecbc21a7ce684f1ee7f6dd81983a80e7a3c02f09 (diff) | |
download | spack-519ed7f6116342e6f8c285e9f2f7ccca85f41204.tar.gz spack-519ed7f6116342e6f8c285e9f2f7ccca85f41204.tar.bz2 spack-519ed7f6116342e6f8c285e9f2f7ccca85f41204.tar.xz spack-519ed7f6116342e6f8c285e9f2f7ccca85f41204.zip |
votca: add v2024.2 (#46653)
-rw-r--r-- | var/spack/repos/builtin/packages/votca/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/votca/package.py b/var/spack/repos/builtin/packages/votca/package.py index c6788fbc60..b5edbe3612 100644 --- a/var/spack/repos/builtin/packages/votca/package.py +++ b/var/spack/repos/builtin/packages/votca/package.py @@ -20,6 +20,7 @@ class Votca(CMakePackage): maintainers("junghans") version("master", branch="master") + version("2024.2", sha256="aa9ea3ad54dae31d3f68685d12f3bad4910ef3034a7f51c9ddd573b3856f4bc8") version("2024.1", sha256="68669a7d09020f780d2633eb865c6c53e5fb38d155f80c9670ebf9d10d10bee6") version("2024", sha256="7f342e857f4a6ba6d25937f63830afa3c32cbd906255c8d78aa6c500cfd418c8") version("2023", sha256="6150a38c77379d05592a56ae4392a00c4636d02198bb06108a3dc739a45115f8") |