gnu: kde-frameworkintegration: Update to 6.13.0.

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

Change-Id: Id48fc61d1dc773ad5d3d049c57a8e23cce6130a7
This commit is contained in:
宋文武 2025-05-04 14:10:15 +08:00 committed by Andreas Enge
parent e8fa1b81e7
commit db97a0538a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -5288,7 +5288,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -5297,7 +5297,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
"10mgsf6m5gj05c368cpvb2flj2gidd3rcaq7l9zm2qq8zg7kbz31"))))
"07zkhylvyjd477cwcdzabbh4lar0zhf8lzj2qa89iph8k8f92aqq"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))