guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 90435aff272eafd4d1e0fd8fe8fe879bec1ef3b5
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:11 2025 +0530
gnu: kde-frameworkintegration: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.18.0.
Change-Id: I2c23575e7fede7082802a927f89f0291d8b7f405
---
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 acd88c04b5..70cd28f4d2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -5279,7 +5279,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5288,7 +5288,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "1z07b6vpqdqq3vr02qvam3gfmxvyj863z2bkcbgf46bbfz2y5qx0"))))
+ "0m5lx9m17kz7nkgl9jw282n29m4wdvbm8j3dfqghdnhrxpw3clyc"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))