guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 85c914f1070d83f316bbba0a8c41d6973b759de4 Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:15 2025 +0800 gnu: kde-frameworkintegration: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 6.13.0. Change-Id: Id48fc61d1dc773ad5d3d049c57a8e23cce6130a7 --- 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 307e69dc36..646c11f308 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.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))
