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

commit e53ae47ef517d95e720d44977ae4d37a0aecd21d
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:35 2025 +0530

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

Reply via email to