gnu: kde-frameworkintegration: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 6.5.0.

Change-Id: I775514114a97da92c85fe3f3bf91fa516ef158e8
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:58 +08:00
parent e0676aad07
commit 789675278a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -5288,7 +5288,7 @@ (define-public ktextaddons
(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 @@ (define-public kde-frameworkintegration
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
"0wggk50wcx23ahl95hxwlpv2zn1hbyg30v4gv9g7hj9f79fd30j6"))))
"1x0d3bhp8ak7fw6db3n6cjhx6xz0izl5h880r62jqbb05rs5ayy5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))