diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-05 08:37:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-09 22:05:14 +0200 |
commit | cd1c1d25b6c7afff93661e33aff9f76e8541f270 (patch) | |
tree | 699448df9131b2276af4f46b6d75158038883e32 | |
parent | abdebfcab0c548a5b63e4a31eb899e400931e4d1 (diff) |
gnu: libreoffice: Update to 25.2.3.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 25.2.3.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 4ca0857b01..c8e8123e75 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -893,7 +893,7 @@ commonly called @code{ftoa} or @code{dtoa}.") (define-public libreoffice (package (name "libreoffice") - (version "24.8.4.2") ;keep in sync with hunspell dictionaries + (version "25.2.3.2") ;keep in sync with hunspell dictionaries (source (origin (method url-fetch) @@ -906,7 +906,7 @@ commonly called @code{ftoa} or @code{dtoa}.") "https://downloadarchive.documentfoundation.org/libreoffice/old/" version "/src/libreoffice-" version ".tar.xz"))) (sha256 - (base32 "05qs12z0xkpqy3yl7378d99y82rswic101aw65k1macslcpdwr0m")))) + (base32 "1pysqa31by4rhghnfyz8xbygqn6d6fjqm2py1apxkw3xa8g4cm7a")))) (build-system glib-or-gtk-build-system) (arguments (list |