diff options
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 aed4b60d98..9a3d84c80e 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.4.0") + (version "6.5.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 - "17fm5gjra3bhsscidwzs7792d0imazk7jbhjnwb00k56s4xjvdxr")))) + "1i7xlmgipgd414vgaz1l39rh9f0n196xg6zr9c222n4s8scf04dp")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules ;; for test |