z572 pushed a commit to branch master
in repository guix.

commit ea6b4990affdf7c6597a4e6f89dd72d022776ec1
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:52:08 2025 +0800

    gnu: poxml: Update to 24.12.1.
    
    * gnu/packages/kde.scm (poxml): Update to 24.12.1.
    [inputs]: Remove qtbase-5; add qtbase.
    [native-inputs]: Remove kdoctools-5; add kdoctools.
    
    Change-Id: Ib1cf01ded9882e3f99625f21a4353ea1841483bd
---
 gnu/packages/kde.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 30e79dc59f..9dbe3acdee 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1812,7 +1812,7 @@ a variety of formats, including PDF, PostScript, DejaVu, 
and EPub.")
 (define-public poxml
   (package
     (name "poxml")
-    (version "24.05.2")
+    (version "24.12.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -1820,12 +1820,12 @@ a variety of formats, including PDF, PostScript, 
DejaVu, and EPub.")
                               "/src/poxml-" version ".tar.xz"))
               (sha256
                (base32
-                "0998ss7jib255x9kyhsz79lgnf97m7hbm6dsyh6xj9rcwv8i9srk"))))
+                "1mbkmh0zy5bi13vbcqdnppg2f1cl77hdfscy3wp2mfz209sa83a0"))))
     (build-system cmake-build-system)
     (native-inputs
-     (list extra-cmake-modules kdoctools-5))
+     (list extra-cmake-modules kdoctools))
     (inputs
-     (list gettext-minimal qtbase-5))
+     (list gettext-minimal qtbase))
     (home-page "https://apps.kde.org/development/";)
     (synopsis "Tools for translating DocBook XML files with Gettext")
     (description "This is a collection of tools that facilitate translating

Reply via email to