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

commit 4d789a4546a767a28207783b413384e03f5169f5
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:57 2025 +0530

    gnu: kcolorscheme: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.18.0.
    
    Change-Id: I5510a85968a4247517ef644e077ed29508d9525a
---
 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 331806939d..f6a79a3295 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -740,7 +740,7 @@ which can be used to add custom colors to the popup menu.")
 (define-public kcolorscheme
   (package
     (name "kcolorscheme")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -750,7 +750,7 @@ which can be used to add custom colors to the popup menu.")
 
               (sha256
                (base32
-                "00vkd2ialayi2zw88p19wvjpdz6r56hndvx3kww46aaj7l56s0j6"))))
+                "0lfnk2c4h0l32c7mrrviyvzpj0rdsxw2hpvhinn40rk3ris9xs8l"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kguiaddons ki18n

Reply via email to