guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit dd1e7badd54831824958fda27489e6ea65c263d5 Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:12 2025 +0800 gnu: kcompletion: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kcompletion): Update to 6.13.0. Change-Id: I923af6bc9bd0a65ac449f9e2e4e74315c7bf9fae --- 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 104c5d3650..e57f02690d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2302,7 +2302,7 @@ utilities.") (define-public kcompletion (package (name "kcompletion") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -2311,7 +2311,7 @@ utilities.") name "-" version ".tar.xz")) (sha256 (base32 - "1jab6fwiya4an1dsq73gn7yavlasavhl2168x7y8j748prdr4vmm")))) + "02lilyi3jhdd6m0mid8jxbymhf1rm439ygfyvrcs14gxvg5flp2m")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules qttools))
