guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

41/92: gnu: kcontacts: Update to 5.114.0.


From: guix-commits
Subject: 41/92: gnu: kcontacts: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:17 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 3e70116df36da13b3044129c1c336e2eeaf69ed5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:19 2024 -0500

    gnu: kcontacts: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kcontacts): Update to 5.114.0.
    
    Change-Id: Id0e30156160b40fa7dabfa84b8b87410461a2ce3
---
 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 4633cdec12..070bb461c0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1674,7 +1674,7 @@ integrated it into your application's other widgets.")
 (define-public kcontacts
   (package
     (name "kcontacts")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1685,7 +1685,7 @@ integrated it into your application's other widgets.")
                (search-patches "kcontacts-incorrect-country-name.patch"))
               (sha256
                (base32
-                "15x6f05ngs3nmxpdi11bi4k4zpjnvx5cy3yxbdklls3f2wpq6jd4"))))
+                "0lyqvbs216p5zpssaf4pyccph7nbwkbvhpmhbi32y2rm23cmxlwf"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules xorg-server-for-tests)) ; for the tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]