guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit 10f619429d4f6449a2c7b03b724621ed02d0e2eb Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 16:21:32 2025 +0800
gnu: kiconthemes: Update to 6.16.0. * gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.16.0. Change-Id: I3ea157cdc429eb98cbcf4768312caf521a1c3cba --- 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 79aaea5080..3ebc0665bf 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3740,7 +3740,7 @@ window does not need focus for them to be activated.") (define-public kiconthemes (package (name "kiconthemes") - (version "6.13.0") + (version "6.16.0") (source (origin (method url-fetch) (uri (string-append @@ -3749,7 +3749,7 @@ window does not need focus for them to be activated.") name "-" version ".tar.xz")) (sha256 (base32 - "18asz8dza9xvzpjf29ihcrrc0xaskdghsanpbppv1zf255fqq9x3")))) + "00p40xyza5i9ian5akbc9b3z5z0sm0yga4n6l27iqdj9riv2jfm7")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules qttools shared-mime-info))