gnu: librevenge: Update to 0.0.4.
* gnu/packages/libreoffice.scm (librevenge): Update to 0.0.4.
This commit is contained in:
parent
23e12d9d4f
commit
1c7c2506a8
|
@ -129,14 +129,14 @@ CSV, CSS and XML.")
|
||||||
(define-public librevenge
|
(define-public librevenge
|
||||||
(package
|
(package
|
||||||
(name "librevenge")
|
(name "librevenge")
|
||||||
(version "0.0.2")
|
(version "0.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/libwpd/" name "/" name "-"
|
(uri (string-append "mirror://sourceforge/libwpd/" name "/" name "-"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"03ygxyb0vfjv8raif5q62sl33b54wkr5rzgadb8slijm6k281wpn"))))
|
"1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppunit" ,cppunit)
|
`(("cppunit" ,cppunit)
|
||||||
|
|
Loading…
Reference in New Issue