guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit edd78d99abd7b5ec3c24ed8cac54a14b65789ebc
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:52 2025 +0530
gnu: kde-frameworkintegration: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.19.0.
Change-Id: I2e38be55d8b220a19a57e95a14ad58514460bde7
---
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 b912515e6b..c3584c2567 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -5015,7 +5015,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5024,7 +5024,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "0m5lx9m17kz7nkgl9jw282n29m4wdvbm8j3dfqghdnhrxpw3clyc"))))
+ "192rgqa5520naincdw9p1mpgxqb7ia6l84i8sldq2rib6hmw2szv"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))