diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 11:33:19 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 20:54:09 -0500 |
commit | 3e70116df36da13b3044129c1c336e2eeaf69ed5 (patch) | |
tree | 6b9448581caad0af2ced2a197479adc2a4daeb8d | |
parent | 324bfcd67f4cb92fe80dc2044033ad140418c030 (diff) | |
download | guix-3e70116df36da13b3044129c1c336e2eeaf69ed5.tar.gz guix-3e70116df36da13b3044129c1c336e2eeaf69ed5.zip |
gnu: kcontacts: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 5.114.0.
Change-Id: Id0e30156160b40fa7dabfa84b8b87410461a2ce3
-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 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 |