guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c2acb1d4764eed1923b422331f4466a5d551419e
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:14 2026 +0530
gnu: kde-frameworkintegration: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.22.0.
Change-Id: Ia911b1946cf6f7bf9d6f5bb69e666434535dd17b
---
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 481fbdd5a6..c9e2186c81 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4915,7 +4915,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "6.21.0")
+ (version "6.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4924,7 +4924,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "15ysljmpkvlx81zx5b56hl9si8pxf647wzc5jcmbghmgghz07f5f"))))
+ "0pks8wl1i5hshn4146r9w8cpm67jxya97s7fj81c3rx2bkgi9r33"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))