From 7f0302e72d9666cf5087c10a7311e9061c12ec48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 4 May 2025 14:10:14 +0800 Subject: [PATCH] gnu: kded: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kded): Update to 6.13.0. Change-Id: Id0c416ec04af7eccc35750af1e95e8caf1864763 --- 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 86ab435ec8f..d418c5df9e3 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3537,7 +3537,7 @@ that offer bindings to some of the Frameworks.") (define-public kded (package (name "kded") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -3546,7 +3546,7 @@ that offer bindings to some of the Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "13ka1vzid6k3hywyhjkj35z8rlqjgnxp8ivzy7m7yl69zpdxj0an")))) + "1f0zjd0gigfd6rqlvnyg6yz5fjdkcvkh3srw7044nhhc0wns8xbh")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules kdoctools))