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 | |
parent | d7f17c6a920e5bca89022ca766f6444782dc83d0 (diff) |
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')
-rw-r--r-- | gnu/packages/hunspell.scm | 2 | ||||
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
2 files changed, 3 insertions, 3 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) diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index bc8b1d9fcf..04279fff63 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -901,7 +901,7 @@ commonly called @code{ftoa} or @code{dtoa}.") (define-public libreoffice (package (name "libreoffice") - (version "7.5.1.2") + (version "7.5.4.2") (source (origin (method url-fetch) @@ -910,7 +910,7 @@ commonly called @code{ftoa} or @code{dtoa}.") "https://download.documentfoundation.org/libreoffice/src/" (version-prefix version 3) "/libreoffice-" version ".tar.xz")) (sha256 - (base32 "1dy0lvrvgkr7mbmiag26a38pivcddav8piph7jin1kw4phaxs3cj")))) + (base32 "1s3592ick745kl60yjlv7ki3p7nnwswj0mgjh3nk6k7skyvx3fv8")))) (build-system glib-or-gtk-build-system) (arguments (list |