guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 32e7e30dc1d95156ba084ee305ae68b65473e10f Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:09 2025 +0800 gnu: kcolorscheme: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.13.0. Change-Id: Id4f9f97ff8a5cdf90651b2dd7e580dedf9624425 --- 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 b3b092718e..fa382d3fa7 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.10.0") + (version "6.13.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 - "1pwvyxd225jc10mr5z5ym5y2qsp95d9lgqjnbapi0h0x7xcysw7h")))) + "1pwy2bcpfxxbxralyc9463vr5jvy0x4x9lsah9j3zf5qpmksbf4a")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kguiaddons ki18n
