gnu: kiconthemes: Update to 6.13.0.

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

Change-Id: I6c0959dd41f5d3c5ee5e3a33dc228a8d50199677
This commit is contained in:
宋文武 2025-05-04 14:10:14 +08:00 committed by Andreas Enge
parent 73dfc6dc7e
commit 48284d9003
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3718,7 +3718,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.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3727,7 +3727,7 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"054k7xkpmcrfjvz22fhgy2xz5180aqx1n57h1a0lih43a5w7x00m")))) "18asz8dza9xvzpjf29ihcrrc0xaskdghsanpbppv1zf255fqq9x3"))))
(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))