guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: libreoffice: Update to 7.5.4.2.


From: guix-commits
Subject: 04/04: gnu: libreoffice: Update to 7.5.4.2.
Date: Wed, 5 Jul 2023 11:58:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 67c276a870b9d6be69c2a9e867683e58928c38ef
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 5 17:02:02 2023 +0300

    gnu: libreoffice: Update to 7.5.4.2.
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2.
    * gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2.
---
 gnu/packages/hunspell.scm    | 2 +-
 gnu/packages/libreoffice.scm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 382e518bf9..7163358260 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -276,7 +276,7 @@ spell-checking library.")
                          (#\_ #\-)
                          (chr chr))
                        (string-downcase dict-name))))
-    (version "7.5.1.2")
+    (version "7.5.4.2")
     (source
      (origin
        (method git-fetch)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index bc8b1d9fcf..04279fff63 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -901,7 +901,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "7.5.1.2")
+    (version "7.5.4.2")
     (source
      (origin
        (method url-fetch)
@@ -910,7 +910,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
          "https://download.documentfoundation.org/libreoffice/src/";
          (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
        (sha256
-        (base32 "1dy0lvrvgkr7mbmiag26a38pivcddav8piph7jin1kw4phaxs3cj"))))
+        (base32 "1s3592ick745kl60yjlv7ki3p7nnwswj0mgjh3nk6k7skyvx3fv8"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list



reply via email to

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