summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-16 14:13:16 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-16 14:13:16 +0200
commitd0ef3a00486a868ff490257013650fa60928214d (patch)
treeb6f3a44b16c34f0b8a9b50afce4f9c3632dd07ca /gnu/packages/libreoffice.scm
parent223236f6c2f8ee8eb6bf3b95b25185365d258767 (diff)
downloadguix-patches-d0ef3a00486a868ff490257013650fa60928214d.tar
guix-patches-d0ef3a00486a868ff490257013650fa60928214d.tar.gz
gnu: libreoffice: Update to 6.3.4.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.3.4.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 761e75072d..038031b800 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -929,7 +929,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
(define-public libreoffice
(package
(name "libreoffice")
- (version "6.3.3.2")
+ (version "6.3.4.2")
(source
(origin
(method url-fetch)
@@ -939,7 +939,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256
(base32
- "1kz5950vhjc33rx7pyl5sw9lxxm90hxrj7v8y86jy34skjrfa3nl"))
+ "1774vmf3lr5x24ikpn1z5vqcdwrhiwfkjy7sx09jqkvpm6d5awnb"))
(patches (search-patches "libreoffice-icu.patch"
"libreoffice-glm.patch"))
(modules '((guix build utils)))