guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 57b68b1c1a1d85fdfa0658cd1cb64006aae28c4a
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 a372793c6a..4cfdb2b385 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))

Reply via email to