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

commit 19a76532b08ae6df6da02358a62915c2ae4a7604
Author: 宋文武 <[email protected]>
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 e57f02690d..6131779260 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2348,7 +2348,7 @@ integrated it into your application's other widgets.")
 (define-public kcontacts
   (package
     (name "kcontacts")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2359,7 +2359,7 @@ integrated it into your application's other widgets.")
                (search-patches "kcontacts-incorrect-country-name.patch"))
               (sha256
                (base32
-                "0vdld4d8z1zvnppj6v5b8wf11m6x7xqymgzh5jw4yn15340ss8mn"))))
+                "0vshaz0dp4qyyr0c4k5j7i168zwj6fy6yb3bbjzawahzwkwqkwy3"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules
                          ;; for test

Reply via email to