me
/
guix
Archived
1
0
Fork 0

gnu: kservice: Update to 6.4.0.

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

Change-Id: I82fe156fe4123b310f081d8078197f00d766c06c
master
Zheng Junjie 2024-07-20 00:24:53 +08:00
parent 6686785d00
commit f935a9aef5
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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