diff mbox series

[bug#49266] gnu: libreoffice: Update to 7.1.4.2.

Message ID 20210628224606.8053-1-goodoldpaul@autistici.org
State Accepted
Headers show
Series [bug#49266] gnu: libreoffice: Update to 7.1.4.2. | expand

Commit Message

paul June 28, 2021, 10:46 p.m. UTC
* gnu/packages/hunspell.scm (hunspell-dict-it-it): Update to 7.1.4.2.
---
 gnu/packages/hunspell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Efraim Flashner June 29, 2021, 6:38 a.m. UTC | #1
Good catch, I didn't see the hunspell dictionaries when I updated
libreoffice.

I updated the copyright line for you also and added a comment next to
libreoffice to make sure to also update the hunspell dictionaries.

Patch pushed! Thanks.
diff mbox series

Patch

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index ab808901f6..260e934ad0 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -46,7 +46,7 @@ 
               (string-append "libreoffice-" version))))
        (file-name (git-file-name "libreoffice-dictionaries" version))
        (sha256
-        (base32 "0vvxnjpm1322ahf9q8bqs1yhkn7krglw8c6yazcf7a3jljykd9k9"))))
+        (base32 "0h1sz8haqwpis4af1vy7jvivl4rr9g53l4l680qa7yn0691gkiv3"))))
     (build-system trivial-build-system)
     (native-inputs
      `(("source" ,source)))