diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-09 01:58:06 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:43 +0100 |
| commit | 9fd60e6700c147d4bceaf4c454d06bbb56595753 (patch) | |
| tree | 3e19245f17dbf415c7487784a049044abeaab134 | |
| parent | be0304fc6c7969256b11bea4a86653c47bb9264a (diff) | |
gnu: kcontacts: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.22.0.
Change-Id: I7e91fb82e3290d2502c4e8948b8fa66abc8e8921
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d4b72bab51e..9b9b2cd0ef1 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2283,7 +2283,7 @@ integrated it into your application's other widgets.") (define-public kcontacts (package (name "kcontacts") - (version "6.21.0") + (version "6.22.0") (source (origin (method url-fetch) (uri (string-append @@ -2294,7 +2294,7 @@ integrated it into your application's other widgets.") (search-patches "kcontacts-incorrect-country-name.patch")) (sha256 (base32 - "0r5gc9hlg6mii6zff7iz67f3879vdds32i5icrivd03n1pqpigx6")))) + "1xk2nfgh8pbig6rfmm5mx5cp82p2d8cq85b7f5dya3646wgcrsl2")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules ;; for test |
