guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit d5c177e3da81714090c1112f91237d1e31a5f606
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 744390e3ae..a04ccc0168 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4908,7 +4908,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
@@ -4917,7 +4917,7 @@ applications.")
                     "frameworkintegration-" version ".tar.xz"))
               (sha256
                (base32
-                "15ysljmpkvlx81zx5b56hl9si8pxf647wzc5jcmbghmgghz07f5f"))))
+                "0pks8wl1i5hshn4146r9w8cpm67jxya97s7fj81c3rx2bkgi9r33"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config))

Reply via email to