me
/
guix
Archived
1
0
Fork 0

gnu: kcompletion: Update to 6.4.0.

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

Change-Id: I374de93d0772f123b3d587b2918fa734c361f950
master
Zheng Junjie 2024-07-20 00:24:48 +08:00
parent 7a443b21db
commit e9b2b91cc3
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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