guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2a54c6705bc872af6ff1487fe13dd999d48b8b1c
Author: Rodion Goritskov <[email protected]>
AuthorDate: Sun Sep 20 09:42:20 2026 +0200

    gnu: hunspell-dictionary: Update to 26.8.0.3.
    
    * gnu/packages/hunspell.scm (hunspell-dictionary): Update to 26.8.0.3.
    
    Relates-to: guix/guix!11370
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 c664689c4f7..a57623ffb6e 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -408,7 +408,7 @@ spell-checking library.")
                          (#\_ #\-)
                          (chr chr))
                        (string-downcase dict-name))))
-    (version "24.8.2.1")
+    (version "26.8.0.3")
     (source
      (origin
        (method git-fetch)
@@ -418,7 +418,7 @@ spell-checking library.")
               (string-append "libreoffice-" version))))
        (file-name (git-file-name "libreoffice-dictionaries" version))
        (sha256
-        (base32 "02dhpfrhp82p08hx89lfx2gjbyp0kk2vbapmb3g7fphc9pabpg9c"))))
+        (base32 "1nfs0mv2n53xqi0h9ch61xdrj5bicfskv6w4yd8iq5db5dlpcqjk"))))
     (build-system trivial-build-system)
     (native-inputs
      `(("source" ,source)))

Reply via email to