gnu: kservice: Update to 6.13.0.

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

Change-Id: Icb097e23b9317f3fcb4afad6bb56e873618ebc63
This commit is contained in:
宋文武 2025-05-04 14:10:15 +08:00 committed by Andreas Enge
parent a7254720db
commit dc5ac021c8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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