GNU bug report logs -
#77908
[PATCH 0/3] Update boost.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 18 Apr 2025 19:58:03 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 77908 <at> debbugs.gnu.org (full text, mbox):
* 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 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.