GNU bug report logs -
#77908
[PATCH 0/3] Update boost.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/libreoffice.scm (librevenge): Update to 0.0.5.
Change-Id: I30697b684ad0e553bd153986b64f0256dd279cfb
---
gnu/packages/libreoffice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 4ca0857b01..089541ec2c 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -207,14 +207,14 @@ (define-public unoconv
(define-public librevenge
(package
(name "librevenge")
- (version "0.0.4")
+ (version "0.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libwpd/librevenge/librevenge-"
version "/librevenge-" version ".tar.xz"))
(sha256 (base32
- "1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
+ "0d7bmqd6r23y076j4nk6fxhq2fx8dxk6a14yicsb2234pd20qv8h"))))
(build-system gnu-build-system)
(native-inputs
(list cppunit doxygen pkg-config))
--
2.49.0
This bug report was last modified 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.