guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7cf726e1c14071116c1a117e68f73e8a3c4aed45
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:12 2026 +0530
gnu: kpeople: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kpeople): Update to 6.22.0.
Change-Id: I82441ad12d2183c579164cb9cfdf0adf511c5d16
---
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 ec6ad0b863..a21f60a429 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4158,7 +4158,7 @@ widgets with a user-interface defined in terms of
actions.")
(define-public kpeople
(package
(name "kpeople")
- (version "6.21.0")
+ (version "6.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4167,7 +4167,7 @@ widgets with a user-interface defined in terms of
actions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0qaf1yfbv6g6hidwwkl1zqnzfcjmwinskil4p86qrraj7a9d3nvp"))))
+ "1cnvc2ia27n1sj2pqmah1fwcrzgva0vi40dhcca0pl5fds7g98j7"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))