gnu: kiconthemes: Update to 6.16.0.

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

Change-Id: I3ea157cdc429eb98cbcf4768312caf521a1c3cba
This commit is contained in:
Zheng Junjie 2025-07-21 16:21:32 +08:00
parent 75f4493ac9
commit 899d0b1b51
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3760,7 +3760,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes (define-public kiconthemes
(package (package
(name "kiconthemes") (name "kiconthemes")
(version "6.13.0") (version "6.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3769,7 +3769,7 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"18asz8dza9xvzpjf29ihcrrc0xaskdghsanpbppv1zf255fqq9x3")))) "00p40xyza5i9ian5akbc9b3z5z0sm0yga4n6l27iqdj9riv2jfm7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools shared-mime-info)) (list extra-cmake-modules qttools shared-mime-info))