me
/
guix
Archived
1
0
Fork 0

gnu: kded: Update to 5.114.0.

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

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

View File

@ -2455,7 +2455,7 @@ that offer bindings to some of the Frameworks.")
(define-public kded
(package
(name "kded")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2464,7 +2464,7 @@ that offer bindings to some of the Frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
"08aa3vjzr0mj4jahzqd2z7k8whavyyvcyhk67swqlpil9rmxm0s1"))))
"00n4isc4ahii0ldrg761lkmnq27kmrfqs9zkmpvmgbg57259mvc3"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))