diff options
author | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-10-01 10:48:39 +0200 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-10-01 10:50:31 +0200 |
commit | 20030905267366ddefd34778367d8447f74ae8d5 (patch) | |
tree | 17dcc3765aa8d767cb625c60a81467d33de96cd3 | |
parent | 7493306f82eaf5fac18717c6d5ba4d42bd449e61 (diff) | |
download | patches-20030905267366ddefd34778367d8447f74ae8d5.tar patches-20030905267366ddefd34778367d8447f74ae8d5.tar.gz |
gnu: libreoffice: Update to 5.3.6.1.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.6.1.
-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 0b1e729592..77c9ae108f 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -867,7 +867,7 @@ and to return information on pronunciations, meanings and synonyms.") (define-public libreoffice (package (name "libreoffice") - (version "5.3.5.2") + (version "5.3.6.1") (source (origin (method url-fetch) @@ -876,7 +876,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 - "1sknmb9bhm8mxyfycqbwng1jqs4avyp1ffcla7dhlpwqs1aqxvx5")))) + "023a7hr7v5cf0ipga4ijhyl58ncgbjrp500qq5fwf65j8g2c3apz")))) (build-system gnu-build-system) (native-inputs `(;; autoreconf is run by the LibreOffice build system, since after |