From 24b43057713a45fea8faef58837475712c81b729 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 24 Dec 2025 14:40:48 +0530 Subject: [PATCH] gnu: kde-frameworkintegration: Update to 6.21.0. * gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 6.21.0. Change-Id: Ic85cdf3b04ef32c11e079e3373a1ec5ddaedc91d --- 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 3ca70429cd7..41d8baae2ef 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4905,7 +4905,7 @@ applications.") (define-public kde-frameworkintegration (package (name "kde-frameworkintegration") - (version "6.19.0") + (version "6.21.0") (source (origin (method url-fetch) (uri (string-append @@ -4914,7 +4914,7 @@ applications.") "frameworkintegration-" version ".tar.xz")) (sha256 (base32 - "192rgqa5520naincdw9p1mpgxqb7ia6l84i8sldq2rib6hmw2szv")))) + "15ysljmpkvlx81zx5b56hl9si8pxf647wzc5jcmbghmgghz07f5f")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules pkg-config))