z572 pushed a commit to branch kde-team
in repository guix.
commit 79e36327ea1a0f15dafe04414c68c3d93c8e5e0c
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:58 2024 +0800
gnu: kde-frameworkintegration: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
6.5.0.
Change-Id: I775514114a97da92c85fe3f3bf91fa516ef158e8
---
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 03c0a55dcf..52335e81d9 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.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5297,7 +5297,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "0wggk50wcx23ahl95hxwlpv2zn1hbyg30v4gv9g7hj9f79fd30j6"))))
+ "1x0d3bhp8ak7fw6db3n6cjhx6xz0izl5h880r62jqbb05rs5ayy5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))