[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: libreoffice: Update to 6.1.2.1.
From: |
Marius Bakke |
Subject: |
06/06: gnu: libreoffice: Update to 6.1.2.1. |
Date: |
Fri, 28 Sep 2018 12:24:44 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 02817df07e965c3413e6986966b3e607de47709c
Author: Marius Bakke <address@hidden>
Date: Thu Sep 27 20:38:18 2018 +0200
gnu: libreoffice: Update to 6.1.2.1.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.1.2.1.
---
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 35d49b0..68b4e26 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -926,7 +926,7 @@ converting QuarkXPress file format. It supports versions
3.1 to 4.1.")
(define-public libreoffice
(package
(name "libreoffice")
- (version "6.1.0.3")
+ (version "6.1.2.1")
(source
(origin
(method url-fetch)
@@ -936,7 +936,7 @@ converting QuarkXPress file format. It supports versions
3.1 to 4.1.")
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256
(base32
- "1n7b6abc0bp9x8lddx60w5br444wf62mdlkqmfk2zmkmiwkcvv2l"))
+ "149ziasibplihfxlzafzcm4737ns30hg9175967b43c81yv5f335"))
(patches (search-patches "libreoffice-icu.patch"
"libreoffice-glm.patch"))))
(build-system gnu-build-system)
- branch master updated (29bdfe1 -> 02817df), Marius Bakke, 2018/09/28
- 02/06: gnu: newsboat: Update to 2.13., Marius Bakke, 2018/09/28
- 01/06: tests: Add missing copyright statement., Marius Bakke, 2018/09/28
- 03/06: gnu: rng-tools: Update home page., Marius Bakke, 2018/09/28
- 04/06: gnu: rng-tools: Don't use unstable tarball., Marius Bakke, 2018/09/28
- 05/06: gnu: rng-tools: Update to 6.5., Marius Bakke, 2018/09/28
- 06/06: gnu: libreoffice: Update to 6.1.2.1.,
Marius Bakke <=