gnu: kcontacts: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.4.0. Change-Id: I988556a3b46f1c1c75847e977c172ae826a13196master
parent
e9b2b91cc3
commit
41e18ba72b
|
@ -2344,7 +2344,7 @@ integrated it into your application's other widgets.")
|
||||||
(define-public kcontacts
|
(define-public kcontacts
|
||||||
(package
|
(package
|
||||||
(name "kcontacts")
|
(name "kcontacts")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2355,7 +2355,7 @@ integrated it into your application's other widgets.")
|
||||||
(search-patches "kcontacts-incorrect-country-name.patch"))
|
(search-patches "kcontacts-incorrect-country-name.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01xi60ykp7lhmwr7890byij893pfxn35qwbz4bmzmiydjwbmp6r2"))))
|
"17fm5gjra3bhsscidwzs7792d0imazk7jbhjnwb00k56s4xjvdxr"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules
|
(native-inputs (list extra-cmake-modules
|
||||||
;; for test
|
;; for test
|
||||||
|
|
Reference in New Issue