From 3e70116df36da13b3044129c1c336e2eeaf69ed5 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 18 Jan 2024 11:33:19 -0500 Subject: gnu: kcontacts: Update to 5.114.0. * gnu/packages/kde-frameworks.scm (kcontacts): Update to 5.114.0. Change-Id: Id0e30156160b40fa7dabfa84b8b87410461a2ce3 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 4633cdec12..070bb461c0 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1674,7 +1674,7 @@ integrated it into your application's other widgets.") (define-public kcontacts (package (name "kcontacts") - (version "5.108.0") + (version "5.114.0") (source (origin (method url-fetch) (uri (string-append @@ -1685,7 +1685,7 @@ integrated it into your application's other widgets.") (search-patches "kcontacts-incorrect-country-name.patch")) (sha256 (base32 - "15x6f05ngs3nmxpdi11bi4k4zpjnvx5cy3yxbdklls3f2wpq6jd4")))) + "0lyqvbs216p5zpssaf4pyccph7nbwkbvhpmhbi32y2rm23cmxlwf")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules xorg-server-for-tests)) ; for the tests -- cgit v1.2.3