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

commit 37084685de907a0c0209945fdec87e9edf44407d
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:47 2024 +0800

    gnu: breeze-icons: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.5.0.
    
    Change-Id: Id126c37ed7749cd6d3d861102ca9350d956648ff
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e5f3f88c78..da9f804948 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -423,7 +423,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
 (define-public breeze-icons
   (package
     (name "breeze-icons")
-    (version "6.4.0")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -431,7 +431,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "000s3yz7d2llaaq2h68qfvphjhiaa9v5j8xfxqx058mxw610qv3b"))))
+                "1i5h39asvjsbx4d5p3b78gvfa514yjchn394ph77b4a8z2p8yvna"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules

Reply via email to