summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-02-12 11:56:12 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-02-12 11:57:06 +0200
commit2b1d1d76e7384a4d04866c3631810a8037428290 (patch)
tree4478d05551410526e9447393f16943fef1b8a494
parent39d72fcaa172c8cd57d6d20d67df80a4ba34b84e (diff)
downloadguix-2b1d1d76e7384a4d04866c3631810a8037428290.tar.gz
gnu: hunspell-dictionary: Update to 7.5.0.3.
* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 7.5.0.3.
-rw-r--r--gnu/packages/hunspell.scm4
1 files 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)))