diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-08 17:09:49 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-10 18:37:59 +0200 |
commit | 1c7c2506a8eb1efd1ea49e85c1b024e1a1b7edc9 (patch) | |
tree | dd99d7267a532bb2c35fd5f3d4b10c0aa5dd5468 /gnu | |
parent | 23e12d9d4fbc810e58407cb38e86c8fd08e791a2 (diff) | |
download | guix-1c7c2506a8eb1efd1ea49e85c1b024e1a1b7edc9.tar.gz guix-1c7c2506a8eb1efd1ea49e85c1b024e1a1b7edc9.zip |
gnu: librevenge: Update to 0.0.4.
* gnu/packages/libreoffice.scm (librevenge): Update to 0.0.4.
Diffstat (limited to 'gnu')
-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 77c9ae108f..f1526303a5 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -129,14 +129,14 @@ CSV, CSS and XML.") (define-public librevenge (package (name "librevenge") - (version "0.0.2") + (version "0.0.4") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/libwpd/" name "/" name "-" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "03ygxyb0vfjv8raif5q62sl33b54wkr5rzgadb8slijm6k281wpn")))) + "1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk")))) (build-system gnu-build-system) (native-inputs `(("cppunit" ,cppunit) |