aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 11:33:28 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 20:54:14 -0500
commit1155009daedf6b13b28a7d102430c1802f53c44e (patch)
tree393a8c40fab01bcf2408ac60fcbd76c0c8e973a6 /gnu/packages/kde-frameworks.scm
parent81d390c9a66ed0a1a8ef94d71583c4223f12169e (diff)
downloadguix-1155009daedf6b13b28a7d102430c1802f53c44e.tar
guix-1155009daedf6b13b28a7d102430c1802f53c44e.tar.gz
gnu: kpeople: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kpeople): Update to 5.114.0. Change-Id: Ief4ac2ae3fb60ffda4e631502dfc2b239fda8cd7
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 44cc5fd21c..cf63b90e70 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2990,7 +2990,7 @@ widgets with a user-interface defined in terms of actions.")
(define-public kpeople
(package
(name "kpeople")
- (version "5.108.0")
+ (version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2999,7 +2999,7 @@ widgets with a user-interface defined in terms of actions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0k2jnyp05rnjb4j31w4xi95qwparkqvp1m9664gvygwp9xxlnf4k"))))
+ "04v0s3amn6lbb16qvp1r6figckva6xk8z7djk8jda8fbnx8dx2r1"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))