gnu: kiconthemes: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.10.0.

Change-Id: I8970cae81fa16a723a98ce0a2d0de2d4da31567e
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:31 +08:00
parent 76ef25d821
commit c71d2dc257
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3758,7 +3758,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
@ -3767,7 +3767,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))