gnu: kde-frameworkintegration: Update to 6.21.0.

* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 6.21.0.

Change-Id: Ic85cdf3b04ef32c11e079e3373a1ec5ddaedc91d
This commit is contained in:
Sughosha 2025-12-24 14:40:48 +05:30
parent d18ca9e0e4
commit 24b4305771
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -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))