iyzsong pushed a commit to branch qt-team
in repository guix.

commit eaa9ee941951e4d47a40386207173ee8fce88471
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sun May 4 14:10:12 2025 +0800

    gnu: kcontacts: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.13.0.
    
    Change-Id: If56ea5307a6d6b97588c08522031884486e6ded6
---
 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 cc1f924665..ba4f5c5e04 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2331,7 +2331,7 @@ integrated it into your application's other widgets.")
 (define-public kcontacts
   (package
     (name "kcontacts")
-    (version "6.5.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2342,7 +2342,7 @@ integrated it into your application's other widgets.")
                (search-patches "kcontacts-incorrect-country-name.patch"))
               (sha256
                (base32
-                "1i7xlmgipgd414vgaz1l39rh9f0n196xg6zr9c222n4s8scf04dp"))))
+                "0vshaz0dp4qyyr0c4k5j7i168zwj6fy6yb3bbjzawahzwkwqkwy3"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules
                          ;; for test

Reply via email to