guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nicolas Graves
Subject: [bug#71195] [PATCH 2/2] gnu: hunspell-dictionaries: Update to 7.6.7.2.
Date: Sat, 25 May 2024 19:59:41 +0200

* 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 --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)))
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]