diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 00:09:14 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 00:30:59 +0200 |
commit | 8acdac4eba408eb6582554c5204827c7cb7c97fc (patch) | |
tree | 6709ca69a28040b12b79c1a2f1f09d7f11359c42 /gnu/packages | |
parent | 57d67d282d9525310be654faa47aff6db49a34cc (diff) |
gnu: hunspell-dictionary: Update to 7.4.5.1.
* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 7.4.5.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/hunspell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index 8bc8c38176..06035b61db 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -275,7 +275,7 @@ spell-checking library.") (#\_ #\-) (chr chr)) (string-downcase dict-name)))) - (version "7.4.3.2") + (version "7.4.5.1") (source (origin (method git-fetch) |