nckx pushed a commit to branch master
in repository guix.
commit 44aaf1e00ac88a7e2e969a3f30e0092f5502b3b2
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Tue Apr 23 04:28:33 2019 +0200
gnu: libmwaw: Update to 0.3.15.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.15.
---
gnu/packages/libreoffice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 3b8fa51..d348a7a 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)