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

commit 6c2fcf1f2ad4c3cd3f1b3977fe4d0f17d2dcf665
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:27 2026 +0530

    gnu: poxml: Update to 26.04.1.
    
    * gnu/packages/kde-sdk.scm (poxml): Update to 26.04.1.
    
    Change-Id: I1544492ce955cf8c6fc57ee84eed885f2c3bfdfc
---
 gnu/packages/kde-sdk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-sdk.scm b/gnu/packages/kde-sdk.scm
index 2a62764585..6b9ae9112a 100644
--- a/gnu/packages/kde-sdk.scm
+++ b/gnu/packages/kde-sdk.scm
@@ -90,7 +90,7 @@ Dolphin with the version control systems: Bzr, Git, 
Mercurial, Subversion.")
 (define-public poxml
   (package
     (name "poxml")
-    (version "25.12.3")
+    (version "26.04.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -98,7 +98,7 @@ Dolphin with the version control systems: Bzr, Git, 
Mercurial, Subversion.")
                               "/src/poxml-" version ".tar.xz"))
               (sha256
                (base32
-                "0z2lacq5v8ychmgy628alcbbpwlyihizmgqn82axv9vq9c95f2gl"))))
+                "0acn5579ivvrsij4lf2c8rbxy9fbv8vx8linpcr7gnr7l2mhy2vs"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to