summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-23 04:28:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-23 18:13:05 +0200
commit44aaf1e00ac88a7e2e969a3f30e0092f5502b3b2 (patch)
tree707a0f9d3a35d1d067e285597c4195dd0bf02779 /gnu/packages/libreoffice.scm
parentbe59c48d15ccfdec2d935801e632e2c5dcf11d07 (diff)
downloadguix-patches-44aaf1e00ac88a7e2e969a3f30e0092f5502b3b2.tar
guix-patches-44aaf1e00ac88a7e2e969a3f30e0092f5502b3b2.tar.gz
gnu: libmwaw: Update to 0.3.15.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.15.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-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 3b8fa514d1..d348a7aa89 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -638,14 +638,14 @@ text documents, vector drawings, presentations and spreadsheets.")
(define-public libmwaw
(package
(name "libmwaw")
- (version "0.3.14")
+ (version "0.3.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/" name "-"
version "/" name "-" version ".tar.xz"))
(sha256 (base32
- "1s9wyf8pyh3fbazq2d2b6fgi7s7bid60viw2xbdkmn2ywlfbza5c"))))
+ "1cdhm9yhanyv3w4vr73zhgyynmkhhkp3dyld7m11jd2yy04vnh04"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)