guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 00f368864e74bc070c291d7a918abac86161ac71
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:44 2025 +0530

    gnu: kiconthemes: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.21.0.
    
    Change-Id: Ife9157a201266d8b8f97290ccc9be4cf81b06b2d
---
 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 9c94a47feb..2d783b6bd5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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))

Reply via email to