guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 9f0bc5921a8b9a709091bbb3497909d439a5ee10 Author: Zheng Junjie <[email protected]> AuthorDate: Mon May 5 17:20:24 2025 +0800 gnu: qqc2-breeze-style: Update to 6.3.4. * gnu/packages/kde-plasma.scm (qqc2-breeze-style): Update to 6.3.4. Change-Id: Iebf6da5791b9f28351a55a41a1e1bc4785fc1000 --- 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 ed81d5fecf..52dbc27cdd 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1666,7 +1666,7 @@ on top of Baloo.") (define-public qqc2-breeze-style (package (name "qqc2-breeze-style") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1674,7 +1674,7 @@ on top of Baloo.") version ".tar.xz")) (sha256 (base32 - "03yis5fsy5dr3qs9g9gnwwl3y69navh1iijraqk2c8fajqvbc31q")))) + "1ipra7srk3xdq8b1jls46jkhbn1dcyadbl5gjm0lxqlivr49j87f")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase))
