diff options
author | Chris Marusich <cmmarusich@gmail.com> | 2018-05-15 22:34:20 -0700 |
---|---|---|
committer | Chris Marusich <cmmarusich@gmail.com> | 2018-05-16 22:18:13 -0700 |
commit | 7376ba4cd4d07b5640ab49acad371a8ef3f090bc (patch) | |
tree | 45a97402094a2265ba942a9f1aec46158cf61b39 /gnu/packages | |
parent | 2cf8531f360ef390d3ec670cc150b106bab5eff1 (diff) | |
download | guix-7376ba4cd4d07b5640ab49acad371a8ef3f090bc.tar guix-7376ba4cd4d07b5640ab49acad371a8ef3f090bc.tar.gz |
gnu: libreoffice: Update to 5.4.7.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.2.
Diffstat (limited to 'gnu/packages')
-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 2e1d6f400e..a763b5f95c 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -844,7 +844,7 @@ and to return information on pronunciations, meanings and synonyms.") (define-public libreoffice (package (name "libreoffice") - (version "5.4.7.1") + (version "5.4.7.2") (source (origin (method url-fetch) @@ -854,7 +854,7 @@ and to return information on pronunciations, meanings and synonyms.") (version-prefix version 3) "/libreoffice-" version ".tar.xz")) (sha256 (base32 - "0g60wzg90n1kanmkiwy01jz4s4xgdkpczvm7vdrmjpp7ifrgijbv")))) + "0s9s4nhp2whwxis54jbxrf1dwpnpl95b9781d1pdj4xk5z9v90fv")))) (build-system gnu-build-system) (native-inputs `(("bison" ,bison) |