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

commit 47285e5b2d5284ab7e684f7b1823904e2b091f07
Author: Zheng Junjie <z572@z572.online>
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 4332dd0ccb..0fa3896dad 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -199,7 +199,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.6")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -207,7 +207,7 @@ the Plasma Desktop.  Breeze is the default theme for the 
KDE Plasma desktop.")
                                   "-" version ".tar.xz"))
               (sha256
                (base32
-                "0bya2g410cbk52fr3z7lj8yy1cg943gnd2lpcxwkj4zqk9ga4212"))))
+                "00z81q3fy9033gga1ihk183a17f7hsgb149hbmqvr5i58qmav4fv"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to