guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libreoffice: Update to 7.5.0.3.


From: guix-commits
Subject: 01/02: gnu: libreoffice: Update to 7.5.0.3.
Date: Sun, 12 Feb 2023 04:59:18 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 39d72fcaa172c8cd57d6d20d67df80a4ba34b84e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 12 11:55:43 2023 +0200

    gnu: libreoffice: Update to 7.5.0.3.
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.0.3.
---
 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 e65f1be4ad..5b4397581f 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -915,7 +915,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "7.4.5.1")
+    (version "7.5.0.3")
     (source
      (origin
        (method url-fetch)
@@ -924,7 +924,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
          "https://download.documentfoundation.org/libreoffice/src/";
          (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
        (sha256
-        (base32 "13g1di71jdcish4rxlyi2jglpqfiq9zjf391bwplmf9prc9cy3iq"))))
+        (base32 "0fq0fxwhbhikqzfl2z5xg2swlnrkg1p8l0shh6qdx9w0msihy4pm"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list



reply via email to

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