diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-06 08:26:15 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-06 08:26:42 +0200 |
commit | f2820e076362a418bfdb486fb4a39e19d517a6d6 (patch) | |
tree | c713ef7baf55e7ff6efd7e5879c3e019bf173fb6 /gnu/packages/libreoffice.scm | |
parent | 1109ddcd54450be3f9158d962cef40a32b22bc5d (diff) | |
download | patches-f2820e076362a418bfdb486fb4a39e19d517a6d6.tar patches-f2820e076362a418bfdb486fb4a39e19d517a6d6.tar.gz |
gnu: libreoffice: Update to 4.4.4.3.
* gnu/packages/libreoffice.scm (libreoffice): Update to 4.4.4.3.
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 f90d964854..16f4a15fd9 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -674,7 +674,7 @@ and to return information on pronunciations, meaningss and synonyms.") (define-public libreoffice (package (name "libreoffice") - (version "4.4.3.2") + (version "4.4.4.3") (source (origin (method url-fetch) @@ -683,7 +683,7 @@ and to return information on pronunciations, meaningss and synonyms.") "http://download.documentfoundation.org/libreoffice/src/" (version-prefix version 3) "/libreoffice-" version ".tar.xz")) (sha256 (base32 - "0rl9x01ngxwnqwzxkrqy4vks4rb024m75z0w4zidwyp0az0m8qdd")))) + "0wns7ny19bsl5ar1rq7n4033rfijl2cjn9l8bj1gwhpqlkd8db1i")))) (build-system gnu-build-system) (native-inputs `(;; autoreconf is run by the LibreOffice build system, since after |