From 00337b816e8134bb1f1e933f750354b7d307f15a Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 22 Oct 2025 22:29:36 +0530 Subject: [PATCH] gnu: qqc2-breeze-style: Update to 6.5.0. * gnu/packages/kde-plasma.scm (qqc2-breeze-style): Update to 6.5.0. [inputs]: Remove kcoreaddons. Change-Id: Ie01de5556b1743c6cc74423441f2e0373a3d24b4 --- gnu/packages/kde-plasma.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 597c8c221e162c6fdd51dbd6477a77f9e58c2661..6032a17f51864cf2dbde3cd3442ffd2aef24f64d 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1716,7 +1716,7 @@ on top of Baloo.") (define-public qqc2-breeze-style (package (name "qqc2-breeze-style") - (version "6.4.5") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1724,7 +1724,7 @@ on top of Baloo.") version ".tar.xz")) (sha256 (base32 - "1zrpf34z0c23g3rgb7x9b8784xq8gd2hx9z4g304c66x8glpadfz")))) + "1n96yrzfbcac45f617zxfvzdgkn4wsnvh4gr4a1cl5zwn2jf47b7")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase @@ -1732,7 +1732,7 @@ on top of Baloo.") (native-inputs (list extra-cmake-modules)) (inputs (list qtdeclarative - kiconthemes kguiaddons kconfig kirigami kcoreaddons + kiconthemes kguiaddons kconfig kirigami kcolorscheme kquickcharts)) (home-page "https://invent.kde.org/plasma/qqc2-breeze-style") (synopsis "Breeze inspired Qt Quick Controls Style")