efraim pushed a commit to branch master
in repository guix.
commit 8acdac4eba408eb6582554c5204827c7cb7c97fc
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 12 00:09:14 2023 +0200
gnu: hunspell-dictionary: Update to 7.4.5.1.
* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 7.4.5.1.
---
gnu/packages/hunspell.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)