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:57:53 +0200 |
| commit | 47934ef62283cca2b94fbdd43ba04490e29f657f (patch) | |
| tree | 12b8006594f677612ebc05376b56f0b8a93be4d5 | |
| parent | 5e970890fbb997875f036a303165dcfe8494992b (diff) | |
gnu: libreoffice: Update to 25.2.5.2.
* 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 |
