guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit b5b23e20b60da263e0b67eb16e2eecd67605a065
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 23 19:02:05 2025 +0800
gnu: kde-frameworkintegration: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.16.0.
Change-Id: I54b9f0960fb5ef3e8ff1348e4b687b75663f8d23
---
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 724a8221dd..9590316e1f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -5353,7 +5353,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5362,7 +5362,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "07zkhylvyjd477cwcdzabbh4lar0zhf8lzj2qa89iph8k8f92aqq"))))
+ "1z07b6vpqdqq3vr02qvam3gfmxvyj863z2bkcbgf46bbfz2y5qx0"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))