guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 59e93398fb07f021ab62236fa0b8f10194cdf6ec
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:28 2026 +0530
gnu: kpeople: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kpeople): Update to 6.23.0.
Change-Id: Ifc754428caafe8b1019f38d95a785996b0a7de6a
---
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 f7f2a938f0..94d03399dd 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4170,7 +4170,7 @@ widgets with a user-interface defined in terms of
actions.")
(define-public kpeople
(package
(name "kpeople")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4179,7 +4179,7 @@ widgets with a user-interface defined in terms of
actions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1cnvc2ia27n1sj2pqmah1fwcrzgva0vi40dhcca0pl5fds7g98j7"))))
+ "0f5f0jfn5ls7r1zbrxwz11hsz6z5abdvb6wxfmlf9nzjkrcgfqcq"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))