guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 86ebb53b24caa024d66e54a0f59fbd32754ec23e
Author: Zheng Junjie <z572@z572.online>
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 7faed762de..3e5b0436c3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2386,7 +2386,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
@@ -2397,11 +2397,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.

Reply via email to