3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libreoffice: Update to 5.3.2.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.2.2.
This commit is contained in:
Leo Famulari 2017-06-30 13:08:15 -04:00
parent 798b7678a0
commit 9570b01631
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -777,7 +777,7 @@ and to return information on pronunciations, meanings and synonyms.")
(define-public libreoffice
(package
(name "libreoffice")
(version "5.3.1.2")
(version "5.3.2.2")
(source
(origin
(method url-fetch)
@ -786,7 +786,7 @@ and to return information on pronunciations, meanings and synonyms.")
"http://download.documentfoundation.org/libreoffice/src/"
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256 (base32
"1zsl0z0i8pw532x2lmwd64ms6igibkkjhwf01zmm2kpnr9ycsijp"))))
"1bcy1wx2cixawpd6cpivakwcwv8ryyy25kdw0fbci319p5gaj4c8"))))
(build-system gnu-build-system)
(native-inputs
`(;; autoreconf is run by the LibreOffice build system, since after