guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit f1dd5bd137b8a1b2e01cd5f70b9e23b7f09e05ef
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 16:32:35 2025 +0800
gnu: qqc2-breeze-style: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (qqc2-breeze-style): Update to 6.4.3.
Change-Id: Ie9320d6ca8d0a707818d38b62fc09fe7ac56e67f
---
gnu/packages/kde-plasma.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 656d206857..6fc9e2df52 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1634,7 +1634,7 @@ on top of Baloo.")
(define-public qqc2-breeze-style
(package
(name "qqc2-breeze-style")
- (version "6.3.4")
+ (version "6.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1642,7 +1642,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
- "1ipra7srk3xdq8b1jls46jkhbn1dcyadbl5gjm0lxqlivr49j87f"))))
+ "1813sg9l9vvj08mh4p65h3ibvsmc2v5x0dz4hmq3l4q31dsasv1w"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))