me
/
guix
Archived
1
0
Fork 0

gnu: kservice: Update to 5.114.0.

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

Change-Id: I65c0ccaac091321f358fcad07608ec5f505c2c71
master
Maxim Cournoyer 2024-01-18 11:33:29 -05:00
parent e77bd2caa2
commit a9c8b5cb2a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -3094,7 +3094,7 @@ typed.")
(define-public kservice
(package
(name "kservice")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3103,7 +3103,7 @@ typed.")
name "-" version ".tar.xz"))
(sha256
(base32
"10dfnq3x9b30kbkpq1ifg6ywj8dmdqvd1szgrwf71077yzgsh9w2"))))
"0jdvlplnsb9w628wh3ip6awxvhgyc097zh7ls9614ymkbnpc9xca"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kcoreaddons kdoctools))