summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-03-26 16:15:21 -0400
committerLeo Famulari <leo@famulari.name>2018-03-26 19:50:46 -0400
commit86bd0f797f616620a0c13f49d17e5b07aa5aa677 (patch)
tree1e66409d969fa6d69fefb419a9d04d03a1b73622 /gnu/packages/libreoffice.scm
parentfaef71f926fefc1d8d1f9216948b7e21f0c1862d (diff)
downloadgnu-guix-86bd0f797f616620a0c13f49d17e5b07aa5aa677.tar
gnu-guix-86bd0f797f616620a0c13f49d17e5b07aa5aa677.tar.gz
gnu: libreoffice: Update to 5.4.6.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.6.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index efa69745dc..ef40e018b1 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.5.1")
+ (version "5.4.6.2")
(source
(origin
(method url-fetch)
@@ -852,8 +852,9 @@ and to return information on pronunciations, meanings and synonyms.")
(string-append
"https://download.documentfoundation.org/libreoffice/src/"
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
- (sha256 (base32
- "167bh6jgyhfcvn3g7xghkg4nb99h91diypdlry5df21xs8bis5gb"))))
+ (sha256
+ (base32
+ "0icd8h221gp2dsbn6d35flwhqhcfpx66cjc5dg8yifhhvrfam74i"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)