diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-07-13 14:13:59 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-07-13 14:16:07 +0200 |
commit | d4b8fa5d3a81238f7d484a3685258d6b234d169a (patch) | |
tree | f99f8c7edb3554eff41ef2d9e32216224b82a6d2 /gnu/packages/libreoffice.scm | |
parent | 9286c2950494b110e12d58d4ebd693d614120afe (diff) | |
download | patches-d4b8fa5d3a81238f7d484a3685258d6b234d169a.tar patches-d4b8fa5d3a81238f7d484a3685258d6b234d169a.tar.gz |
gnu: hunspell-dict-fr: Update to 6.2.
* gnu/packages/libreoffice.scm (dicollecte-french-dictionary): Update to 6.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 33ecdc47f0..dc13be19d2 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -754,7 +754,7 @@ word compounding or character encoding.") (name (match variant ("classique" "hunspell-dict-fr") (_ (string-append "hunspell-dict-fr-" variant)))) - (version "6.1") + (version "6.2") (source (origin (uri (string-append "http://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v" @@ -762,7 +762,7 @@ word compounding or character encoding.") (method url-fetch) (sha256 (base32 - "0w2hzh36wj3lsj2yd4mh7z7547dg452sywj79vnzx27csclwqshc")))) + "139hfrn5p87sl8hqmgkf6sgvnxrk2mm8vd8xsm8sm98qjnwlg0f9")))) (build-system trivial-build-system) (native-inputs `(("unzip" ,unzip))) (arguments |