diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-08 17:16:34 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-10 18:37:59 +0200 |
commit | 3f6c5b831acbed1dbc84374820b373356c39155f (patch) | |
tree | 23a8151df5b43f6a89550e5139a78ea6f479992b /gnu/packages/libreoffice.scm | |
parent | 1c7c2506a8eb1efd1ea49e85c1b024e1a1b7edc9 (diff) | |
download | patches-3f6c5b831acbed1dbc84374820b373356c39155f.tar patches-3f6c5b831acbed1dbc84374820b373356c39155f.tar.gz |
gnu: libwpd: Update to 0.10.2.
* gnu/packages/libreoffice.scm (libwpd): Update to 0.10.2.
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 f1526303a5..64b8e13d61 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -161,14 +161,14 @@ spreadsheets and presentations.") (define-public libwpd (package (name "libwpd") - (version "0.10.0") + (version "0.10.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "0b6krzr6kxzm89g6bapn805kdayq70hn16n5b5wfs2lwrf0ag2wx")))) + "0436gnidx45a9vx114hhh216jrh57mqb9zyssyjfadagmyz6hgrj")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen) |