guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73439] [PATCH 06/10] gnu: libreoffice: Update to 24.2.4.2.


From: Nicolas Graves
Subject: [bug#73439] [PATCH 06/10] gnu: libreoffice: Update to 24.2.4.2.
Date: Mon, 23 Sep 2024 14:37:20 +0200

* gnu/packages/libreoffice.scm (libreoffice): Update to 24.2.4.2.

Change-Id: Ia7a891c643885c7c4be5d9154fd3f7002f7c7cfb
---
 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 ec3d005c2a..a43ce74deb 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -893,7 +893,7 @@ (define dtoa
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "24.2.3.2")               ;keep in sync with hunspell dictionaries
+    (version "24.2.4.2")               ;keep in sync with hunspell dictionaries
     (source
      (origin
        (method url-fetch)
@@ -906,7 +906,7 @@ (define-public libreoffice
           "https://downloadarchive.documentfoundation.org/libreoffice/old/";
           version "/src/libreoffice-" version ".tar.xz")))
        (sha256
-        (base32 "0r0y92c7i42iiimzg9b1pyldnswh28j8p0lmilz7j1sxv2f0bqpn"))))
+        (base32 "10zfnmaxnkiwv0ryxbxyfs8199iw13picid6f1f5yb5ga2jq0ccy"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]