guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c59f32ab17f570cc5986f94061620d98fef5bf15
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:51 2026 +0530
gnu: kde-frameworkintegration: Update to 6.24.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.24.0.
Change-Id: I36395fb8c73ea2f81b8e6dcd9ca1ad3e9cf2bb5d
---
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 42bd242c85..a232324a93 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4963,7 +4963,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "6.23.0")
+ (version "6.24.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4972,7 +4972,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "1kb69wv6hkdrswbi5jxlz0wvzcakfvkf6xmkhqldrsdq7h86wibk"))))
+ "0rbxlwphillpy9p099bhqxjncabi3sk01qkfvw33xii103l77x5a"))))
(build-system cmake-build-system)
;; As required by KF6FrameworkIntegrationConfig.cmake.
(propagated-inputs