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

commit adffeeca15e6be92dac85ea43c8ba8341e08d463
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:52 2024 +0800

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

Reply via email to