3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libwpd: Update to 0.10.2.

* gnu/packages/libreoffice.scm (libwpd): Update to 0.10.2.
This commit is contained in:
Marius Bakke 2017-10-08 17:16:34 +02:00
parent 1c7c2506a8
commit 3f6c5b831a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)