me
/
guix
Archived
1
0
Fork 0

gnu: libreoffice: Update to 6.3.4.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 6.3.4.2.
master
Efraim Flashner 2019-12-16 14:13:16 +02:00
parent 223236f6c2
commit d0ef3a0048
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -929,7 +929,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.3.3.2") (version "6.3.4.2")
(source (source
(origin (origin
(method url-fetch) (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")) (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1kz5950vhjc33rx7pyl5sw9lxxm90hxrj7v8y86jy34skjrfa3nl")) "1774vmf3lr5x24ikpn1z5vqcdwrhiwfkjy7sx09jqkvpm6d5awnb"))
(patches (search-patches "libreoffice-icu.patch" (patches (search-patches "libreoffice-icu.patch"
"libreoffice-glm.patch")) "libreoffice-glm.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))