guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit c0fb867c8e8fff8851544db556b5ca00a1643be7 Author: Zheng Junjie <[email protected]> AuthorDate: Mon May 5 17:28:01 2025 +0800 gnu: breeze-gtk: Update to 6.3.4. * gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.3.4. Change-Id: Iab3559b06e063a0d998cbfcf0f3f37b659798b62 --- 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 3fc6a0d484..e5023ce6e3 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -192,7 +192,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") (define-public breeze-gtk (package (name "breeze-gtk") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -200,7 +200,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") "-" version ".tar.xz")) (sha256 (base32 - "0pykfhdcmbsazk903nlj1wvxzpik2v7cdsa7fajnp3pgph5z0591")))) + "0vsn0mnsqink5y5rvms3hgjj7608ngylrvw0v6li5swl7hfrh5bc")))) (build-system qt-build-system) (arguments (list
