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

commit 5bf6d167b3873ff52d6652ae76888b630a364a22
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 14:06:02 2025 +0800

    gnu: breeze: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (breeze): Update to 6.4.3.
    
    Change-Id: I8e1b2450e191444bab85eb89d85d0ab50224e672
---
 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 7742a3ffbf..2e7cd97db2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -140,14 +140,14 @@
 (define-public breeze
   (package
     (name "breeze")
-    (version "6.3.4")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1b0mxnsx0nmj7wskvvrvi275xbj7xf8pysa1ywis9bkffh757bwp"))))
+                "1gsghks25z56dzkwa66giz2iy0d0saj5p7s8cz8w5803z2njsyh1"))))
     (build-system qt-build-system)
     ;; TODO: Check whether is makes sence splitting into several outputs.
     (native-inputs

Reply via email to