guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: hunspell-dictionary: Update to 7.1.4.2.


From: guix-commits
Subject: branch master updated: gnu: hunspell-dictionary: Update to 7.1.4.2.
Date: Tue, 29 Jun 2021 02:38:38 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 08110ec  gnu: hunspell-dictionary: Update to 7.1.4.2.
08110ec is described below

commit 08110ecc2ffffe34bd11d66d02a8509396f414b7
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Tue Jun 29 00:46:06 2021 +0200

    gnu: hunspell-dictionary: Update to 7.1.4.2.
    
    * gnu/packages/hunspell.scm (hunspell-dict-it-it): Update to 7.1.4.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/hunspell.scm    | 4 ++--
 gnu/packages/libreoffice.scm | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index ab80890..aa4ab7d 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2020, 2021 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -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)))
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 429f364..0dcdf46 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1086,6 +1086,8 @@ and to return information on pronunciations, meanings and 
synonyms.")
 converting QuarkXPress file format.  It supports versions 3.1 to 4.1.")
     (license license:mpl2.0)))
 
+;; When updating libreoffice, also make sure to update the
+;; hunspell dictionaries! They use the libreoffice version.
 (define-public libreoffice
   (package
     (name "libreoffice")



reply via email to

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