guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit a3b76c3d8ad9f8bc0cb672a0e2eaec00e10bfb9a
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:49 2025 +0530
gnu: kpeople: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kpeople): Update to 6.19.0.
Change-Id: Ied22072ad3719be8f4a96de5098de192dce84369
---
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 b5430796a9..8b5dc6eb8e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4266,7 +4266,7 @@ widgets with a user-interface defined in terms of
actions.")
(define-public kpeople
(package
(name "kpeople")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4275,7 +4275,7 @@ widgets with a user-interface defined in terms of
actions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0asdail6sc4zdlbj6b6gwr18jz6hwa8iykw1ai7fybk1xgpjkfh9"))))
+ "0cgp4aljlhj3z5bhjbhhsrd1zqf55fxwbhz60x6iqjkwk51wc3sl"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))