diff options
author | Andreas Enge <andreas@enge.fr> | 2025-08-05 14:06:02 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-08-05 16:12:09 +0200 |
commit | 4a2f1eca24387dfad402eea99518bb2fb3515a6f (patch) | |
tree | a90ec327ccde4ab5bcc7defeef86395a78f483b2 | |
parent | 5531eb99dac02d31863f7f3d11db5e9822965a56 (diff) |
gnu: libreoffice: Update to 25.2.5.2.firebird
* gnu/packages/libreoffice.scm (libreoffice): Update to 25.2.5.2.
Change-Id: Icfb03f77877e5d04784b2ac7d8511bccbbec8624
-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 8e2db6861f..1a5881e912 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 "25.2.3.2") ;keep in sync with hunspell dictionaries + (version "25.2.5.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 "1pysqa31by4rhghnfyz8xbygqn6d6fjqm2py1apxkw3xa8g4cm7a")))) + (base32 "0fdkn9lf2q5d7kminsbcn1g2ih2ilaw2jnyarsns4jczch4v57wc")))) (build-system glib-or-gtk-build-system) (arguments (list |