z572 pushed a commit to branch kde-team in repository guix. commit 3ab078720880bc1892e8ed9ed8111f40fe091dfa Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Thu Jun 27 01:42:07 2024 +0800
gnu: kcolorscheme: Update to 6.3.0. * gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.3.0. Change-Id: I2bb6dc46f30e2c5c9b04bbd87860e7ac106a6fea --- 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 44009edb98..759d663d04 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.1.0") + (version "6.3.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 - "0sh3bdy0zpm7w59qbwdyiygs9p1b76001awd0v20fs3079zsh2n3")))) + "0dch0iv6kkbzc7cl5fbcls1ll2h4jdd16kv9g5d9y041ryyk05ri")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kguiaddons-6 ki18n-6