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

commit 059732357a3869ff9051bafb64701f1d013af9ca
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:43 2026 +0530

    gnu: kcontacts: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.24.0.
    
    Change-Id: I45db177fceaaea310b4a9a7f798d5d36c200ab03
---
 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 6fc1552736..97cd0332ed 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2306,7 +2306,7 @@ integrated it into your application's other widgets.")
 (define-public kcontacts
   (package
     (name "kcontacts")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2317,7 +2317,7 @@ integrated it into your application's other widgets.")
                (search-patches "kcontacts-incorrect-country-name.patch"))
               (sha256
                (base32
-                "1s9wr1b8zvs9cz5qa8j98m4v5p4xasmligh9hpf1vz0k7prnxdlw"))))
+                "12xl98rim50w8jz66jxa3dqvpl9cgnj7imvdk5yd8rkrdh75rz3z"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules
                          ;; for test

Reply via email to