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

commit 8e4ca8ebdbc2e8799f3f1cd2ff2e8459de26d598
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 21 16:14:29 2025 +0800

    gnu: kcolorscheme: Update to 6.16.0.
    
    * gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.16.0.
    
    Change-Id: Iaa5c32614dd4c6bc831079ba6d4cf490d0755bc6
---
 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 08e86339d5..11586d0425 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -682,7 +682,7 @@ which can be used to add custom colors to the popup menu.")
 (define-public kcolorscheme
   (package
     (name "kcolorscheme")
-    (version "6.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -692,7 +692,7 @@ which can be used to add custom colors to the popup menu.")
 
               (sha256
                (base32
-                "1pwy2bcpfxxbxralyc9463vr5jvy0x4x9lsah9j3zf5qpmksbf4a"))))
+                "00vkd2ialayi2zw88p19wvjpdz6r56hndvx3kww46aaj7l56s0j6"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kguiaddons ki18n

Reply via email to