diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2021-06-29 00:46:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-06-29 09:35:34 +0300 |
commit | 08110ecc2ffffe34bd11d66d02a8509396f414b7 (patch) | |
tree | 18ed417468384828613139a08a7cde6e44f98d56 /gnu/packages/libreoffice.scm | |
parent | 87e1c2fd7ead336e97170dc047528b03d6c0eb62 (diff) | |
download | guix-08110ecc2ffffe34bd11d66d02a8509396f414b7.tar.gz |
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>
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 429f3647b7..0dcdf46ff1 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") |