gnu: kpeople: Update to 6.16.0.

* gnu/packages/kde-frameworks.scm (kpeople): Update to 6.16.0.

Change-Id: Ib38fe6da8b703c19a8ff921c7b7f4b48eb5781f7
This commit is contained in:
Zheng Junjie 2025-07-23 18:43:27 +08:00
parent 0e84caeeb3
commit 43685a0ed7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4396,7 +4396,7 @@ widgets with a user-interface defined in terms of actions.")
(define-public kpeople
(package
(name "kpeople")
(version "6.13.0")
(version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4405,7 +4405,7 @@ widgets with a user-interface defined in terms of actions.")
name "-" version ".tar.xz"))
(sha256
(base32
"017qgilbjp5flccdz1wsn6av3dbix4h0v83hf69cf8gg26hirv1s"))))
"0spvjl1i91p5ilp8m31jcs0s9w7mz421b6r61bxv1jwm0mmgpm7n"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))