guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 47934ef62283cca2b94fbdd43ba04490e29f657f
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 5 14:06:02 2025 +0200

    gnu: libreoffice: Update to 25.2.5.2.
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 25.2.5.2.
    
    Change-Id: Icfb03f77877e5d04784b2ac7d8511bccbbec8624
---
 gnu/packages/libreoffice.scm | 4 ++--
 1 file 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

Reply via email to