1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kservice: Update to 6.5.0.

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

Change-Id: I92ba3be06b51408faf6546e0a0fe9ed14716ede4
This commit is contained in:
Zheng Junjie
2024-08-13 14:54:56 +08:00
parent c05baa4e69
commit d80f3fecb7

View File

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