~ruther/guix-local

3f6c5b831acbed1dbc84374820b373356c39155f — Marius Bakke 8 years ago 1c7c250
gnu: libwpd: Update to 0.10.2.

* gnu/packages/libreoffice.scm (libwpd): Update to 0.10.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/libreoffice.scm
M gnu/packages/libreoffice.scm => gnu/packages/libreoffice.scm +2 -2
@@ 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)