gnu: kcontacts: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (kcontacts): Update to 5.114.0.

Change-Id: Id0e30156160b40fa7dabfa84b8b87410461a2ce3
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:19 -05:00
parent 324bfcd67f
commit 3e70116df3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1674,7 +1674,7 @@ (define-public kcompletion
(define-public kcontacts (define-public kcontacts
(package (package
(name "kcontacts") (name "kcontacts")
(version "5.108.0") (version "5.114.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1685,7 +1685,7 @@ (define-public kcontacts
(search-patches "kcontacts-incorrect-country-name.patch")) (search-patches "kcontacts-incorrect-country-name.patch"))
(sha256 (sha256
(base32 (base32
"15x6f05ngs3nmxpdi11bi4k4zpjnvx5cy3yxbdklls3f2wpq6jd4")))) "0lyqvbs216p5zpssaf4pyccph7nbwkbvhpmhbi32y2rm23cmxlwf"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules xorg-server-for-tests)) ; for the tests (list extra-cmake-modules xorg-server-for-tests)) ; for the tests