gnu: kiconthemes: Update to 6.21.0.

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

Change-Id: Ife9157a201266d8b8f97290ccc9be4cf81b06b2d
This commit is contained in:
Sughosha 2025-12-24 14:40:44 +05:30
parent c81260a266
commit 00f368864e
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -3516,7 +3516,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes
(package
(name "kiconthemes")
(version "6.19.0")
(version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3525,7 +3525,7 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz"))
(sha256
(base32
"1sg23cj342n2mca3jm2lkkxpzz46wy9fbvsgm1v4k1v1p9qp7dmh"))))
"0qnx640j53rv4rvfhgfic7ncqhz0wa04za1hcjjkpl3ggvipfd47"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools shared-mime-info))