From fa342b28dd63067ec763eb3af02674cf71f63bf3 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 8 Oct 2025 19:37:07 +0530 Subject: [PATCH] gnu: kded: Update to 6.18.0. * gnu/packages/kde-frameworks.scm (kded): Update to 6.18.0. Change-Id: I08c9d202e507a93c85273129671f6576680270c6 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 91175a60bd9f9f213e9d0bdf55de28909d091052..20526096f5bfcb89277226eaf9a51f7a91f29754 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3520,7 +3520,7 @@ that offer bindings to some of the Frameworks.") (define-public kded (package (name "kded") - (version "6.16.0") + (version "6.18.0") (source (origin (method url-fetch) (uri (string-append @@ -3529,7 +3529,7 @@ that offer bindings to some of the Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "0ahv70qms1sdi1n45xyp5rqlmrazx1mfs0wng2r2ag6m3nq2yds9")))) + "10jq5q3q6n0hb1075rpffh517qdzmwkc3ci8qh5347wrpzk3w3n9")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) (native-inputs