guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit a7410c04ea29802969256cd4863ede939e5067bb
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:36 2025 +0530
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 7711571ccd..3349f76ee6 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1714,7 +1714,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/"
@@ -1722,7 +1722,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
- "1zrpf34z0c23g3rgb7x9b8784xq8gd2hx9z4g304c66x8glpadfz"))))
+ "1n96yrzfbcac45f617zxfvzdgkn4wsnvh4gr4a1cl5zwn2jf47b7"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase
@@ -1730,7 +1730,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")