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

commit dde79ac9e95ab3b3a49ca2b97b6e13a170e8924b
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:43 2025 +0530

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

Reply via email to