gnu: kcompletion: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (kcompletion): Update to 6.5.0.

Change-Id: Ic40120999f6a722d04a249cdddb33015b9a04d2a
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:52 +08:00
parent 01f3301e33
commit 1eceaac965
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2298,7 +2298,7 @@ (define-public kauth-5
(define-public kcompletion
(package
(name "kcompletion")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2307,7 +2307,7 @@ (define-public kcompletion
name "-" version ".tar.xz"))
(sha256
(base32
"0lcx8nhxv69g887df52ywj1knjr90zqsjxg44jisayva0ksjm3ph"))))
"1ygd9s0gmd8n6b3hfbdivzss2rqiyl5iirnxw7hrrx0ma07gi2kp"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))