guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3e6e6b51630cdd7ade4d18b4f4257b1f52677026
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:30 2025 +0530

    gnu: kcolorscheme: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.21.0.
    
    Change-Id: I13624b7fc99bb9230b1b8bab05ed138fd2f0c622
---
 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 d1003edbbb..a29feaad0d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -718,7 +718,7 @@ which can be used to add custom colors to the popup menu.")
 (define-public kcolorscheme
   (package
     (name "kcolorscheme")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -728,7 +728,7 @@ which can be used to add custom colors to the popup menu.")
 
               (sha256
                (base32
-                "1w2kfr2l033bvsakvil0xh3dqy35f68623masgmxr6a4dl4cyy62"))))
+                "1bgvk22g9ik4864hzs142709g88r0003d94j2iig4vpz0csv4szr"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kguiaddons ki18n

Reply via email to