guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 8534204b77f950eaf7291604e52d93023ffaedfa Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:10 2025 +0800 gnu: kcoreaddons: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.13.0. Change-Id: I7730a05a6a934f2c28a84f96991e8cce36abe59f --- 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 79889a0452..4f9276445c 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -816,7 +816,7 @@ kconfiggui-kstandardshortcutwatchertest)"))))))))) (define-public kcoreaddons (package (name "kcoreaddons") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -825,7 +825,7 @@ kconfiggui-kstandardshortcutwatchertest)"))))))))) name "-" version ".tar.xz")) (sha256 (base32 - "0wja32442gfp8damfvwb4nhzzjki15xkjxqwnb58gs8mg5s2igw9")))) + "1nyvzmnhy89lj2k38ip2bl2i6m5j5qyajfid7sngnhf50crvq451")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules qttools shared-mime-info)) (inputs (list qtdeclarative))
