diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-20 00:24:48 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-01 23:44:40 +0800 |
commit | 41e18ba72bd5e728589822a31e48919683114396 (patch) | |
tree | 0f3aca309f60e208439235c70c932f86f98f474c /gnu | |
parent | e9b2b91cc300239ceab5daf636832f4995d0e5af (diff) |
gnu: kcontacts: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.4.0.
Change-Id: I988556a3b46f1c1c75847e977c172ae826a13196
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 10dcbdc4c2..86c6084050 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2344,7 +2344,7 @@ integrated it into your application's other widgets.") (define-public kcontacts (package (name "kcontacts") - (version "6.3.0") + (version "6.4.0") (source (origin (method url-fetch) (uri (string-append @@ -2355,7 +2355,7 @@ integrated it into your application's other widgets.") (search-patches "kcontacts-incorrect-country-name.patch")) (sha256 (base32 - "01xi60ykp7lhmwr7890byij893pfxn35qwbz4bmzmiydjwbmp6r2")))) + "17fm5gjra3bhsscidwzs7792d0imazk7jbhjnwb00k56s4xjvdxr")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules ;; for test |