gnu: kcompletion: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcompletion): Update to 6.4.0. Change-Id: I374de93d0772f123b3d587b2918fa734c361f950master
parent
7a443b21db
commit
e9b2b91cc3
|
@ -2298,7 +2298,7 @@ utilities.")
|
||||||
(define-public kcompletion
|
(define-public kcompletion
|
||||||
(package
|
(package
|
||||||
(name "kcompletion")
|
(name "kcompletion")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2307,7 +2307,7 @@ utilities.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bkixs49w56d6s2yi5nkk6q2rg86wc81phrqa0508p98pp37l0iz"))))
|
"0lcx8nhxv69g887df52ywj1knjr90zqsjxg44jisayva0ksjm3ph"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools))
|
||||||
|
|
Reference in New Issue