guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit b145a0acc1bd50958c94c003f6eb36b7453340a9
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 23 18:21:06 2025 +0800
gnu: kcontacts: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.16.0.
[native-inputs]: Remove iso-codes/pinned; add iso-codes.
Change-Id: Ie34f44c6bce0db3fe70337a69b2d09a84faf5248
---
gnu/packages/kde-frameworks.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 32124f9259..43d45c4b40 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2405,7 +2405,7 @@ integrated it into your application's other widgets.")
(define-public kcontacts
(package
(name "kcontacts")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2416,11 +2416,11 @@ integrated it into your application's other widgets.")
(search-patches "kcontacts-incorrect-country-name.patch"))
(sha256
(base32
- "0vshaz0dp4qyyr0c4k5j7i168zwj6fy6yb3bbjzawahzwkwqkwy3"))))
+ "0pkamk7rckshkbxc43vdrzljmxyg1484h9yl6m9qk5cv26msjmzz"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules
;; for test
- iso-codes/pinned))
+ iso-codes))
(inputs (list qtdeclarative))
(propagated-inputs
(list ;; As required by KF6ContactsConfig.cmake.