gnu: kpeople: Update to 6.10.0.

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

Change-Id: I8c673c2fe9a77fe2cf32784f9e46e3df34f17f4e
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:31 +08:00 committed by Zheng Junjie
parent 6898d7fe9a
commit 4f2111d8b2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4323,7 +4323,7 @@ widgets with a user-interface defined in terms of actions.")
(define-public kpeople (define-public kpeople
(package (package
(name "kpeople") (name "kpeople")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -4332,7 +4332,7 @@ widgets with a user-interface defined in terms of actions.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1hm6f0rlsdnqcc0mi1ndqlja6vl2774300zcs85x3c306anxfb0h")))) "1w3ik79diz5xq4a3qsfwsg0dhn8j5sdkzzc9g2agskcnswwwb4d9"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))