guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 9b3cdee43f5c58a24ac3410237b919156ad9ee98 Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:15 2025 +0800 gnu: kxmlgui: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.13.0. Change-Id: Id35b317c3f54df0bb79e8a55bf61d85e5459bf88 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2678cc5985..c8cb3ece28 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4916,7 +4916,7 @@ the passwords on KDE work spaces.") (define-public kxmlgui (package (name "kxmlgui") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -4925,7 +4925,7 @@ the passwords on KDE work spaces.") name "-" version ".tar.xz")) (sha256 (base32 - "14hjisg9rjiq49hi74qv2awmc0dpz9i0yrsb42p6r8cdcdasf7sn")))) + "1rhdfp9dalw1l4ya0x33bjdnp8iw1w7jwm5mxvyplpxi7cnlh1p1")))) (build-system cmake-build-system) (propagated-inputs (list kconfig kconfigwidgets))
