lfam pushed a commit to branch master
in repository guix.

commit 02e2133bd2bf964125a070be57d172cc6171d4fb
Author: Leo Famulari <[email protected]>
Date:   Tue Nov 6 18:50:07 2018 -0500

    gnu: LibreOffice: Update to 6.1.3.2.
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 6.1.3.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 bb72f69..abf16ac 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -930,7 +930,7 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "6.1.2.1")
+    (version "6.1.3.2")
     (source
      (origin
        (method url-fetch)
@@ -940,7 +940,7 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
          (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
        (sha256
         (base32
-         "149ziasibplihfxlzafzcm4737ns30hg9175967b43c81yv5f335"))
+         "0i4gf3qi16fg7dxq2l4vhkwh4f5lx7xd1ilpzcw26vccqkv3hvyl"))
        (patches (search-patches "libreoffice-icu.patch"
                                 "libreoffice-glm.patch"))))
     (build-system glib-or-gtk-build-system)

Reply via email to