[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: hunspell-dictionary: Update to 7.5.0.3.
From: |
guix-commits |
Subject: |
02/02: gnu: hunspell-dictionary: Update to 7.5.0.3. |
Date: |
Sun, 12 Feb 2023 04:59:18 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 2b1d1d76e7384a4d04866c3631810a8037428290
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 12 11:56:12 2023 +0200
gnu: hunspell-dictionary: Update to 7.5.0.3.
* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 7.5.0.3.
---
gnu/packages/hunspell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index cb6b3ec422..c6db9f1495 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -276,7 +276,7 @@ spell-checking library.")
(#\_ #\-)
(chr chr))
(string-downcase dict-name))))
- (version "7.4.5.1")
+ (version "7.5.0.3")
(source
(origin
(method git-fetch)
@@ -287,7 +287,7 @@ spell-checking library.")
(string-append "libreoffice-" version))))
(file-name (git-file-name "libreoffice-dictionaries" version))
(sha256
- (base32 "115p29ywyn7ncq664gxmcrrz55v23s34asd2hmrg4ahjp7ycrnmy"))))
+ (base32 "1yzhyx8zwlfdqw4swxyr1lq68im2bfi1chimyc15jmli72n32szs"))))
(build-system trivial-build-system)
(native-inputs
`(("source" ,source)))