diff options
author | Alec Scott <hi@alecbcs.com> | 2023-06-14 10:03:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 10:03:41 -0700 |
commit | e33ad83256f6409edc65c01026215c91f04cacaa (patch) | |
tree | 7b313085f7df1a916a422a628a988145683ab8d1 | |
parent | 0352a1df5dff2e5c74941605f831a57cbc201763 (diff) | |
download | spack-e33ad83256f6409edc65c01026215c91f04cacaa.tar.gz spack-e33ad83256f6409edc65c01026215c91f04cacaa.tar.bz2 spack-e33ad83256f6409edc65c01026215c91f04cacaa.tar.xz spack-e33ad83256f6409edc65c01026215c91f04cacaa.zip |
imath: add v3.1.9 (#38386)
-rw-r--r-- | var/spack/repos/builtin/packages/imath/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/imath/package.py b/var/spack/repos/builtin/packages/imath/package.py index a4bf5028fe..053d1c2074 100644 --- a/var/spack/repos/builtin/packages/imath/package.py +++ b/var/spack/repos/builtin/packages/imath/package.py @@ -15,6 +15,7 @@ class Imath(CMakePackage): homepage = "https://github.com/AcademySoftwareFoundation/Imath" url = "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.5.tar.gz" + version("3.1.9", sha256="f1d8aacd46afed958babfced3190d2d3c8209b66da451f556abd6da94c165cf3") version("3.1.7", sha256="bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47") version("3.1.5", sha256="1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb") |