summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAlec Scott <hi@alecbcs.com>2023-05-01 14:40:40 -0700
committerGitHub <noreply@github.com>2023-05-01 14:40:40 -0700
commitfcf9068a041e1550c0ce92143610de613cb2a64c (patch)
tree2205b7672d4907f4a85c3c350dd806f0ed62b932 /var
parent724c34db5ffb17b52ca15699886789a0a2d6902f (diff)
downloadspack-fcf9068a041e1550c0ce92143610de613cb2a64c.tar.gz
spack-fcf9068a041e1550c0ce92143610de613cb2a64c.tar.bz2
spack-fcf9068a041e1550c0ce92143610de613cb2a64c.tar.xz
spack-fcf9068a041e1550c0ce92143610de613cb2a64c.zip
hunspell: add v1.7.2 (#37329)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/hunspell/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/hunspell/package.py b/var/spack/repos/builtin/packages/hunspell/package.py
index 3f86761d4e..f8e308a314 100644
--- a/var/spack/repos/builtin/packages/hunspell/package.py
+++ b/var/spack/repos/builtin/packages/hunspell/package.py
@@ -12,6 +12,7 @@ class Hunspell(AutotoolsPackage):
homepage = "https://hunspell.github.io/"
url = "https://github.com/hunspell/hunspell/archive/v1.6.0.tar.gz"
+ version("1.7.2", sha256="69fa312d3586c988789266eaf7ffc9861d9f6396c31fc930a014d551b59bbd6e")
version("1.7.0", sha256="bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a")
version("1.6.0", sha256="512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2")