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

commit 6019db6b567b43f49b9829fc10d022f0400fe7a4
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:48 2024 +0800

    gnu: kcolorscheme: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.5.0.
    
    Change-Id: I33f76042db282a032a8a9846df3aea2524278c82
---
 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 ea0d24b1e0..fbcc4e7749 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -673,7 +673,7 @@ which can be used to add custom colors to the popup menu.")
 (define-public kcolorscheme
   (package
     (name "kcolorscheme")
-    (version "6.4.0")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -683,7 +683,7 @@ which can be used to add custom colors to the popup menu.")
 
               (sha256
                (base32
-                "1342f70qynp711whgykpjbvq154vih7s6zyi8sr9kz1ndd3syx2w"))))
+                "0axlj37ayra5ds8pfajx6pwjidj6i9fcxwld2p68qh6w6zfmafrj"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kguiaddons ki18n

Reply via email to