diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-11 22:16:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-12 01:20:21 -0400 |
commit | e3c9ab5f41c887b341da43db6e5cf75a2a0cc783 (patch) | |
tree | e2e737ea52754581b20e47bef3ca8271cd1440d8 /gnu/packages/libreoffice.scm | |
parent | cdd85a85e71fafdf6e4d15550fda42e13c9b8a0a (diff) | |
download | guix-e3c9ab5f41c887b341da43db6e5cf75a2a0cc783.tar guix-e3c9ab5f41c887b341da43db6e5cf75a2a0cc783.tar.gz |
gnu: libmwaw: Update to 0.3.11.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.11.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 42e47a5109..afaf8002d8 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -584,14 +584,14 @@ text documents, vector drawings, presentations and spreadsheets.") (define-public libmwaw (package (name "libmwaw") - (version "0.3.5") + (version "0.3.11") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "1vx9h419fcfcs0yj071hsg9d2qvkacgca6052m8hv3h743cdmzil")))) + "16i9s9p4sjpdpbm3gq6jkc9r3nyfy47ggkdlgh7vr0mydccklj2b")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen) |