gnu: libwpg: Update to 0.3.3.

* gnu/packages/libreoffice.scm (libwpg): Update to 0.3.3.
master
Tobias Geerinckx-Rice 2019-03-16 19:08:04 +01:00
parent fbed28004d
commit 20fbb897da
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -263,14 +263,14 @@ way--presentation and vector drawing interfaces.")
(define-public libwpg
(package
(name "libwpg")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libwpg/libwpg/"
"libwpg-" version "/libwpg-" version ".tar.xz"))
(sha256 (base32
"0cwc5zkp210c661l0bvk6q21jg9ak5g8gmy578w5fgfnjymz3yjp"))))
"074x159immf139szkswv2zapnq75p7xk10dbha2p9193hgwggcwr"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)