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

commit 9dd81b384ab88339e3128128b1a0bc5749de04a0
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 dd26c9aab0..3e92623be6 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1711,7 +1711,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/"
@@ -1719,7 +1719,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