guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 923bd25107851190f74640384509e30e768a6713
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:55:10 2025 +0530
gnu: poxml: Update to 25.08.2.
* gnu/packages/kde-sdk.scm (poxml): Update to 25.08.2.
Change-Id: I8b81531b440859375a62604b14e722f3c012ef39
---
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 2b20decd4a..14989bd769 100644
--- a/gnu/packages/kde-sdk.scm
+++ b/gnu/packages/kde-sdk.scm
@@ -55,7 +55,7 @@
(define-public poxml
(package
(name "poxml")
- (version "25.08.1")
+ (version "25.08.2")
(source (origin
(method url-fetch)
(uri
@@ -63,7 +63,7 @@
"/src/poxml-" version ".tar.xz"))
(sha256
(base32
- "0azf5snzlgav90912cpfpalrkypxafwzkvza2q21ggxhzkv5ygjd"))))
+ "1mbynyc4565sma0q9m015dgswiwmnhs1y6a3l5mzxj414x8nq8ml"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))