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

commit deb4f6b35968a81796e2c79a666f8d73e3fe8658
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:03 2025 +0530

    gnu: kcontacts: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.18.0.
    
    Change-Id: Idef891519f361097b780c0ce97b7e9d75713b3e5
---
 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 b92e555ecf..590bfae26b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2408,7 +2408,7 @@ integrated it into your application's other widgets.")
 (define-public kcontacts
   (package
     (name "kcontacts")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2419,7 +2419,7 @@ integrated it into your application's other widgets.")
                (search-patches "kcontacts-incorrect-country-name.patch"))
               (sha256
                (base32
-                "0pkamk7rckshkbxc43vdrzljmxyg1484h9yl6m9qk5cv26msjmzz"))))
+                "1dh0q6a1yjdkckixn79a3hjrc61i47skyy4ymsr8509c7iyc8cm5"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules
                          ;; for test

Reply via email to