gnu: LibreOffice: Update to 6.1.3.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 6.1.3.2.
This commit is contained in:
Leo Famulari 2018-11-06 18:50:07 -05:00
parent b20aef98a0
commit 02e2133bd2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -930,7 +930,7 @@ (define-public libqxp
(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 @@ (define-public libreoffice
(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)