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

commit a5542b6ca57c2f8e7d166cec1487959a1209e284
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:37 2026 +0530

    gnu: kcolorscheme: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.24.0.
    
    Change-Id: I3a83402eb37640e3d8fe63741c9fb13aee518872
---
 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 41db0fe078..ba6fa378ab 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -723,7 +723,7 @@ which can be used to add custom colors to the popup menu.")
 (define-public kcolorscheme
   (package
     (name "kcolorscheme")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -733,7 +733,7 @@ which can be used to add custom colors to the popup menu.")
 
               (sha256
                (base32
-                "073c5hnswas5z8rrsm6pywriyjg29rsz9rw1yj6lrazfia94ljxw"))))
+                "1ic43vipiwdyviylcj2n2j8lnjcqr52rc148hnnlk04vbqay1jg9"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kguiaddons ki18n

Reply via email to