guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 01d7a474aa163f96aac6f08cc0a0aa24fd990970
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:31 2025 +0800
gnu: kiconthemes: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.10.0.
Change-Id: I8970cae81fa16a723a98ce0a2d0de2d4da31567e
---
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 272ac218bc..fb1e5a719c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3705,7 +3705,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes
(package
(name "kiconthemes")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3714,7 +3714,7 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0c8kfbr0d9igxwjq1y3p4xs4qvj98cfxax54bbr8hgqbirwcbi6d"))))
+ "054k7xkpmcrfjvz22fhgy2xz5180aqx1n57h1a0lih43a5w7x00m"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools shared-mime-info))