guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 33850d37dc57399b6c1fc4f7f053efef3ab40ca7
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 14:06:27 2025 +0800

    gnu: breeze-gtk: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.4.3.
    
    Change-Id: I8c19245a34f90ca40d3940c606dbd5c30cf5e42e
---
 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 2e7cd97db2..df06e2d21a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -193,7 +193,7 @@ the Plasma Desktop.  Breeze is the default theme for the 
KDE Plasma desktop.")
 (define-public breeze-gtk
   (package
     (name "breeze-gtk")
-    (version "6.3.4")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -201,7 +201,7 @@ the Plasma Desktop.  Breeze is the default theme for the 
KDE Plasma desktop.")
                                   "-" version ".tar.xz"))
               (sha256
                (base32
-                "0vsn0mnsqink5y5rvms3hgjj7608ngylrvw0v6li5swl7hfrh5bc"))))
+                "00z81q3fy9033gga1ihk183a17f7hsgb149hbmqvr5i58qmav4fv"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to