me
/
guix
Archived
1
0
Fork 0

gnu: libreoffice: Update to 6.1.0.3.

* gnu/packages/libreoffice.scm (libreoffice): Update to 6.1.0.3.
[source]: Correct indenting.
[inputs]: Add libnumbertext and python-lxml.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Jonathan Brielmaier 2018-09-11 07:59:11 +02:00 committed by Ludovic Courtès
parent aeba7d4650
commit 52b0a352c3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 12 additions and 10 deletions

View File

@ -926,7 +926,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
(define-public libreoffice (define-public libreoffice
(package (package
(name "libreoffice") (name "libreoffice")
(version "6.0.6.2") (version "6.1.0.3")
(source (source
(origin (origin
(method url-fetch) (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")) (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"13kaikaz65xw9a3hxbh245cnydjpy58np22c7s0s65pnmcq68rpi")) "1n7b6abc0bp9x8lddx60w5br444wf62mdlkqmfk2zmkmiwkcvv2l"))
(patches (search-patches "libreoffice-icu.patch" (patches (search-patches "libreoffice-icu.patch"
"libreoffice-glm.patch")))) "libreoffice-glm.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
@ -979,6 +979,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
("libltdl" ,libltdl) ("libltdl" ,libltdl)
("libmspub" ,libmspub) ("libmspub" ,libmspub)
("libmwaw" ,libmwaw) ("libmwaw" ,libmwaw)
("libnumbertext" ,libnumbertext)
("libodfgen" ,libodfgen) ("libodfgen" ,libodfgen)
("libpagemaker" ,libpagemaker) ("libpagemaker" ,libpagemaker)
("libqxp" ,libqxp) ("libqxp" ,libqxp)
@ -1005,6 +1006,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
("poppler" ,poppler) ("poppler" ,poppler)
("postgresql" ,postgresql) ("postgresql" ,postgresql)
("python" ,python) ("python" ,python)
("python-lxml" ,python-lxml)
("redland" ,redland) ("redland" ,redland)
("sane-backends" ,sane-backends) ("sane-backends" ,sane-backends)
("unixodbc" ,unixodbc) ("unixodbc" ,unixodbc)