guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b8b9d20d6eea041ed5686f5d212df92962d3dbbd
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 04f0428605..78224186af 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3519,7 +3519,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
@@ -3528,7 +3528,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