gnu: kservice: Update to 6.10.0.

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

Change-Id: I1bb8feca695d609ae8a7aecde6454c927a127707
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:32 +08:00
parent e871ff5a98
commit db23fad9d2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4517,7 +4517,7 @@ typed.")
(define-public kservice
(package
(name "kservice")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4526,7 +4526,7 @@ typed.")
name "-" version ".tar.xz"))
(sha256
(base32
"1ggq9i38p63i2imxnzalax015g3x9wvc5g5n6wn2ifczph2d5ka8"))))
"1cyv1cxf0vdvg2173ql2lfzx2b4r32qm45mgz0i8iqv7162m7b84"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kcoreaddons kdoctools))