z572 pushed a commit to branch kde-team
in repository guix.
commit ca4bd254f56be623973352ef3693fbcf0d914e9f
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:54 2024 +0800
gnu: kde-frameworkintegration: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.4.0.
Change-Id: I5e6e8899b278f05dc5960a26e13968da05e4dd8e
---
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 a4df3b4ab6..bc4c1a6b45 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -5288,7 +5288,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "6.3.0")
+ (version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5297,7 +5297,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "0zscmn1hvv0y7j5r22r6cdmqznkv7h0s6v7a4wmpjgrpnd8haw4l"))))
+ "0wggk50wcx23ahl95hxwlpv2zn1hbyg30v4gv9g7hj9f79fd30j6"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))