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

commit c7624321e713e542a206df1ee0d92c312fa02f56
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:56 2025 +0800

    gnu: qqc2-breeze-style: Update to 6.2.5.
    
    * gnu/packages/kde-plasma.scm (qqc2-breeze-style): Update to 6.2.5.
    
    Change-Id: Icdb6a30b647519643d64210dc2ce6c4ff1749c69
---
 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 964f1a2c1a..669383365c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1665,7 +1665,7 @@ on top of Baloo.")
 (define-public qqc2-breeze-style
   (package
     (name "qqc2-breeze-style")
-    (version "6.1.4")
+    (version "6.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1673,7 +1673,7 @@ on top of Baloo.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0s2ibpavyf6yminw01z9a2v2xdxc9amazn5hcc695p7rar0vrfcg"))))
+                "03yis5fsy5dr3qs9g9gnwwl3y69navh1iijraqk2c8fajqvbc31q"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase))

Reply via email to