guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 0e626f48ce254d8205af9dfa2dab961560ec64c3
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 15:59:34 2025 +0800
gnu: kcompletion: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kcompletion): Update to 6.16.0.
Change-Id: I2f381504c343ba19a79251f2ee39a6c984797060
---
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 23d108547f..f94f907060 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2359,7 +2359,7 @@ utilities.")
(define-public kcompletion
(package
(name "kcompletion")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2368,7 +2368,7 @@ utilities.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02lilyi3jhdd6m0mid8jxbymhf1rm439ygfyvrcs14gxvg5flp2m"))))
+ "0cx1gjfhv69xdsfliawixdhr87ik68hpvbgf4a9m41579krdfw9z"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))