summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 15:34:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 16:51:07 +0200
commit325ab63785695c204a42de53cb847eebec03620d (patch)
treee86bbad4d635e8e63a8dc7a92874f7fa5fdeb3ec /gnu/packages/libreoffice.scm
parent6e40f1431c6388d44b3b9e18c9a95012c440f1d7 (diff)
downloadguix-patches-325ab63785695c204a42de53cb847eebec03620d.tar
guix-patches-325ab63785695c204a42de53cb847eebec03620d.tar.gz
gnu: libmwaw: Update to 0.3.16.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.16.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index b85a3a60ac..9ff3125a1b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -712,14 +712,14 @@ text documents, vector drawings, presentations and spreadsheets.")
(define-public libmwaw
(package
(name "libmwaw")
- (version "0.3.15")
+ (version "0.3.16")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libmwaw/libmwaw/libmwaw-"
version "/libmwaw-" version ".tar.xz"))
- (sha256 (base32
- "1cdhm9yhanyv3w4vr73zhgyynmkhhkp3dyld7m11jd2yy04vnh04"))))
+ (sha256
+ (base32 "0s0qvrmxzs8wv4304p7zx9mrasglyaszafqrfmaxwyr9lpdrwqqc"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)