diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-30 13:08:15 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-30 16:11:45 -0400 |
commit | 9570b016319b3aedcbef2db78fdc657474a8cba1 (patch) | |
tree | 91b5f005a0495de0c16717ebbda0d2f013a9cbd8 /gnu/packages/libreoffice.scm | |
parent | 798b7678a08f11ce8648facbf0b866996ce85b9e (diff) | |
download | patches-9570b016319b3aedcbef2db78fdc657474a8cba1.tar patches-9570b016319b3aedcbef2db78fdc657474a8cba1.tar.gz |
gnu: libreoffice: Update to 5.3.2.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.2.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index bdbf3f850c..b49e360205 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -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 |