guix_mirror_bot pushed a commit to branch c++-libraries in repository guix.
commit 592f55a15a2a0549e1ce0625e9007c0823abbb7e Author: Greg Hogan <[email protected]> AuthorDate: Fri Apr 18 15:29:53 2025 +0000 gnu: librevenge: Update to 0.0.5. * 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 c8e8123e75..cc4222482b 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -207,14 +207,14 @@ All required fonts must be installed on the converting system.") (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))
