guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c8a62fc7bb8882dbe04ec07605fb4ff48a06f54b
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:14 2026 +0530
gnu: kcoreaddons: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.23.0.
Change-Id: I3b1eff0deb98062f29f1dab43baa086c2554b690
---
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 9565e3b5ff..26b22057b0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -855,7 +855,7 @@ kconfiggui-kstandardshortcutwatchertest)"
(define-public kcoreaddons
(package
(name "kcoreaddons")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -864,7 +864,7 @@ kconfiggui-kstandardshortcutwatchertest)"
name "-" version ".tar.xz"))
(sha256
(base32
- "0jg6jndj5sxi0s8i2qrbc21phx5qwb92jvrd6m7hr2fafv6jfgc4"))))
+ "0g9jkk2dkqxck0m30bn1f6h04cdzj2ykpjxgsqsifmr4ywnsj11d"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
(inputs (list qtdeclarative))