z572 pushed a commit to branch kde-team
in repository guix.
commit de602381526eeedf624f38fe1ca843b3d76b95d2
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:48 2024 +0800
gnu: kcoreaddons: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.5.0.
Change-Id: I31baaeef91e87fa1b12031000444980978d5c579
---
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 0c40d0e005..06097ede5e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -802,7 +802,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
(define-public kcoreaddons
(package
(name "kcoreaddons")
- (version "6.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -811,7 +811,7 @@ kconfiggui-kstandardshortcutwatchertest)")))))))))
name "-" version ".tar.xz"))
(sha256
(base32
- "1f72ik6pylxanhvpcmrwl0mjm466f3g8wv781hyik8dwa09k5kf5"))))
+ "167gwmrj7vfi49bfx16vri3vvzz979ymgwadb1s4xq6lvhlis3jy"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
(inputs (list qtdeclarative))