guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libreoffice: Update to 6.4.2.2.


From: guix-commits
Subject: 02/02: gnu: libreoffice: Update to 6.4.2.2.
Date: Sun, 29 Mar 2020 07:49:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 05fa5a84facc80aa6d7f3fe8fe4bf106aa043c93
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 29 11:53:08 2020 +0200

    gnu: libreoffice: Update to 6.4.2.2.
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.2.2.
---
 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 88f31c7..f9dc609 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -987,7 +987,7 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "6.4.1.2")
+    (version "6.4.2.2")
     (source
      (origin
        (method url-fetch)
@@ -997,7 +997,7 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
          (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
        (sha256
         (base32
-         "02iz94flpxgkvlipk3psddzw2gdq2j4nv7z01kphs5107sfs0r0d"))))
+         "06acm41q9nda8r30b13cn9zafsw1gszjdphh6lx90s09d2sf7f23"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("bison" ,bison)



reply via email to

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