diff mbox series

[bug#71195,2/2] gnu: hunspell-dictionaries: Update to 7.6.7.2.

Message ID 20240525175944.26868-2-ngraves@ngraves.fr
State New
Headers show
Series None | expand

Commit Message

Nicolas Graves May 25, 2024, 5:59 p.m. UTC
* gnu/packages/hunspell.scm (hunspell-dict-he-il,
hunspell-dict-it-it): Update to 7.6.7.2.

Change-Id: I289a0b2b9648930b46102c055c642c333a4229fd
---
 gnu/packages/hunspell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 71633582602..4e043f5073a 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -276,7 +276,7 @@  (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page licen
                          (#\_ #\-)
                          (chr chr))
                        (string-downcase dict-name))))
-    (version "7.5.4.2")
+    (version "7.6.7.2")
     (source
      (origin
        (method git-fetch)
@@ -287,7 +287,7 @@  (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page licen
               (string-append "libreoffice-" version))))
        (file-name (git-file-name "libreoffice-dictionaries" version))
        (sha256
-        (base32 "1yzhyx8zwlfdqw4swxyr1lq68im2bfi1chimyc15jmli72n32szs"))))
+        (base32 "1f54z1kmpwv9s5a9jdgf97m43nhwbmsar0i6rri3qkgf3kkgz1f7"))))
     (build-system trivial-build-system)
     (native-inputs
      `(("source" ,source)))