1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

gnu: poxml: Update to 25.08.1.

* gnu/packages/kde-sdk.scm (poxml): Update to 25.08.1.

Change-Id: Ie171de9871cc1ecfe2a01f84c581f39e5453ff56
This commit is contained in:
Sughosha
2025-10-07 17:03:42 +05:30
committed by Andreas Enge
parent 6a10ac43e6
commit e84e8cd4d3

View File

@@ -44,7 +44,7 @@
(define-public poxml
(package
(name "poxml")
(version "24.12.3")
(version "25.08.1")
(source (origin
(method url-fetch)
(uri
@@ -52,7 +52,7 @@
"/src/poxml-" version ".tar.xz"))
(sha256
(base32
"0nmclngg0mrd1j2app6fggpvp93sw5p4q1nddwq8is0dabm57yx1"))))
"0azf5snzlgav90912cpfpalrkypxafwzkvza2q21ggxhzkv5ygjd"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))