guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1d33fb7379e613310cf86727200866ce21e543e8
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:48 2025 +0530

    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 c23f3473ac..52f96b4385 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.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4917,7 +4917,7 @@ applications.")
                     "frameworkintegration-" version ".tar.xz"))
               (sha256
                (base32
-                "192rgqa5520naincdw9p1mpgxqb7ia6l84i8sldq2rib6hmw2szv"))))
+                "15ysljmpkvlx81zx5b56hl9si8pxf647wzc5jcmbghmgghz07f5f"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config))

Reply via email to