diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-07-05 17:02:02 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-07-05 18:57:32 +0300 |
commit | 67c276a870b9d6be69c2a9e867683e58928c38ef (patch) | |
tree | dbbc525ab4ffa64d295c0aa9aa3c172dd4f3cee2 /gnu/packages/hunspell.scm | |
parent | d7f17c6a920e5bca89022ca766f6444782dc83d0 (diff) | |
download | guix-67c276a870b9d6be69c2a9e867683e58928c38ef.tar.gz |
gnu: libreoffice: Update to 7.5.4.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2. * gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2.
Diffstat (limited to 'gnu/packages/hunspell.scm')
-rw-r--r-- | gnu/packages/hunspell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index 382e518bf9..7163358260 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -276,7 +276,7 @@ spell-checking library.") (#\_ #\-) (chr chr)) (string-downcase dict-name)))) - (version "7.5.1.2") + (version "7.5.4.2") (source (origin (method git-fetch) |