diff options
author | Alec Scott <hi@alecbcs.com> | 2023-06-05 02:28:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 11:28:44 +0200 |
commit | 7b37c300199c0a0986171b26c722a5f9a8f86b47 (patch) | |
tree | 2c2561a931765fdc8168937f03d27f35c84ae573 | |
parent | dc03c3ad9e16a5b5bfdc8af329850250b7dc8b03 (diff) | |
download | spack-7b37c300199c0a0986171b26c722a5f9a8f86b47.tar.gz spack-7b37c300199c0a0986171b26c722a5f9a8f86b47.tar.bz2 spack-7b37c300199c0a0986171b26c722a5f9a8f86b47.tar.xz spack-7b37c300199c0a0986171b26c722a5f9a8f86b47.zip |
libthai: add v0.1.29 (#38133)
-rw-r--r-- | var/spack/repos/builtin/packages/libthai/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libthai/package.py b/var/spack/repos/builtin/packages/libthai/package.py index bc92c64824..3edf1a0f39 100644 --- a/var/spack/repos/builtin/packages/libthai/package.py +++ b/var/spack/repos/builtin/packages/libthai/package.py @@ -16,6 +16,7 @@ class Libthai(AutotoolsPackage): homepage = "https://linux.thai.net" url = "https://github.com/tlwg/libthai/releases/download/v0.1.28/libthai-0.1.28.tar.xz" + version("0.1.29", sha256="fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd") version("0.1.28", sha256="ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911") version("0.1.27", sha256="1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6") |