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

commit 7bfdc817ae049db56959436f1e77e3921634a382
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:07 2025 +0530

    gnu: qqc2-breeze-style: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (qqc2-breeze-style): Update to 6.5.4.
    
    Change-Id: I19c917a5b4d7a4371d64fe8f8fb0ace8da091724
---
 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 14782e24bd..90896977f9 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1713,7 +1713,7 @@ on top of Baloo.")
 (define-public qqc2-breeze-style
   (package
     (name "qqc2-breeze-style")
-    (version "6.5.2")
+    (version "6.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1721,7 +1721,7 @@ on top of Baloo.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "10bcjn8lva42wic514bg6lcrw3chpdagmjbqgq626y65cymksj6m"))))
+                "03vwvy9by7wy96pabc4iv860y7f755z1g0v8fhvigqaqasf6jdm9"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to