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

commit 15b3c4474d82de804665aa375f7a9a13c35ecccc
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Aug 9 23:33:49 2024 +0800

    gnu: breeze-gtk: Update to 6.1.4.
    
    * gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.1.4.
    
    Change-Id: Icc7403f2cae80a149da4d89e44b2a642de513ba2
---
 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 1642fcc5f2..512cdb6e94 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -186,7 +186,7 @@ the Plasma Desktop.  Breeze is the default theme for the 
KDE Plasma desktop.")
 (define-public breeze-gtk
   (package
     (name "breeze-gtk")
-    (version "6.1.3")
+    (version "6.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -194,7 +194,7 @@ the Plasma Desktop.  Breeze is the default theme for the 
KDE Plasma desktop.")
                                   "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ny5k9968m2x7wfis760pfn4vq39wyqiw679vr26ijvwqk8z89x5"))))
+                "1jdf23bdigykjkf326ijg1hv46aq5q0fsx8p7xlxnpdwxpmgqnsy"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to