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

commit b7fb32e523c86cbfd784c28344f890310b320d24
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:28 2026 +0530

    gnu: breeze: Update to 6.5.5.
    
    * gnu/packages/kde-plasma.scm (breeze): Update to 6.5.5.
    
    Change-Id: I2d821d53fde174e757ea983a003936c9f6eac3aa
---
 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 00564f6f23..f7caf634d3 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -247,14 +247,14 @@ decorations.")
 (define-public breeze
   (package
     (name "breeze")
-    (version "6.5.2")
+    (version "6.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "12vsy1n8iy1rlpsbpg6ilb6qvj70kiyxz69p6p43x4fai82myywh"))))
+                "14557bmdvdp00ppri4s8i2pg441m40mz0ql484fbki464fyzgcq9"))))
     (build-system qt-build-system)
     ;; TODO: Check whether is makes sence splitting into several outputs.
     (native-inputs

Reply via email to