aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-05-09 22:13:49 -0400
committerLeo Famulari <leo@famulari.name>2018-05-12 16:19:57 -0400
commit8e6450f7e22f47941661b750ad9df41a3ef5afd8 (patch)
tree7eb20977f414db55615e6aabcd77ae9b326c1a17
parentefa465f12358b84d3dcfd8b41149b0656d6581e9 (diff)
downloadguix-8e6450f7e22f47941661b750ad9df41a3ef5afd8.tar
guix-8e6450f7e22f47941661b750ad9df41a3ef5afd8.tar.gz
gnu: libreoffice: Update to 5.4.7.1.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.1.
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index adcdff1ca1..2e1d6f400e 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.6.2")
+ (version "5.4.7.1")
(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
- "0icd8h221gp2dsbn6d35flwhqhcfpx66cjc5dg8yifhhvrfam74i"))))
+ "0g60wzg90n1kanmkiwy01jz4s4xgdkpczvm7vdrmjpp7ifrgijbv"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)