guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 143cf141a33fd884ac7124ef564b738f5e7ee63a
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:57 2025 +0530
gnu: kcoreaddons: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.18.0.
Change-Id: Ia286cfe1d99074ab7303947db34aa61b468b22d3
---
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 32988c4bca..bbdffb99a2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -877,7 +877,7 @@ kconfiggui-kstandardshortcutwatchertest)"
(define-public kcoreaddons
(package
(name "kcoreaddons")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -886,7 +886,7 @@ kconfiggui-kstandardshortcutwatchertest)"
name "-" version ".tar.xz"))
(sha256
(base32
- "18721a9rkhrh52mlf8aajib6kzd607cfbmxddqhkplcnq922g2kr"))))
+ "0bzlns71189xccib5slb0gh80ac1693ly41i3z1px625gpy3rl71"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
(inputs (list qtdeclarative))