guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3010f7c1198f9ffed2796828744ac099bde4d00b
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:33 2025 +0800
gnu: kde-frameworkintegration: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.10.0.
Change-Id: Ibd9e7ab6d3bda78c4e521f266873361bb9891e93
---
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 acdd5438ce..8272a49daf 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -5262,7 +5262,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5271,7 +5271,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "1x0d3bhp8ak7fw6db3n6cjhx6xz0izl5h880r62jqbb05rs5ayy5"))))
+ "10mgsf6m5gj05c368cpvb2flj2gidd3rcaq7l9zm2qq8zg7kbz31"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))