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

commit 14e5325ef29be798822fdef10a143eb6b7ac1ae7
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:06 2026 +0530

    gnu: kcontacts: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.22.0.
    
    Change-Id: I7e91fb82e3290d2502c4e8948b8fa66abc8e8921
---
 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 d4b72bab51..9b9b2cd0ef 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2283,7 +2283,7 @@ integrated it into your application's other widgets.")
 (define-public kcontacts
   (package
     (name "kcontacts")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2294,7 +2294,7 @@ integrated it into your application's other widgets.")
                (search-patches "kcontacts-incorrect-country-name.patch"))
               (sha256
                (base32
-                "0r5gc9hlg6mii6zff7iz67f3879vdds32i5icrivd03n1pqpigx6"))))
+                "1xk2nfgh8pbig6rfmm5mx5cp82p2d8cq85b7f5dya3646wgcrsl2"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules
                          ;; for test

Reply via email to