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

commit bfbc2259fff9d64838c2b16ec608be0d0151253b
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:21 2026 +0530

    gnu: kcontacts: Update to 6.23.0.
    
    * gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.23.0.
    
    Change-Id: I37ca9796231275985bab70b31da5454ab639acfa
---
 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 066db694ea..15b58a7707 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.22.0")
+    (version "6.23.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
-                "1xk2nfgh8pbig6rfmm5mx5cp82p2d8cq85b7f5dya3646wgcrsl2"))))
+                "1s9wr1b8zvs9cz5qa8j98m4v5p4xasmligh9hpf1vz0k7prnxdlw"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules
                          ;; for test

Reply via email to