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

commit bce0db28f783048cbbb74cc466982fb7134ba5ac
Author: 宋文武 <[email protected]>
AuthorDate: Sun May 4 14:10:09 2025 +0800

    gnu: breeze-icons: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.13.0.
    
    Change-Id: Ie9be4f49598dd109195d9caf479428b25e62c6d5
---
 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 03af400c6d..e6e338e5c4 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -431,7 +431,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
 (define-public breeze-icons
   (package
     (name "breeze-icons")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -439,7 +439,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ahyqdlnp7yhd66v6h30pbkjka6gqk9is7yl06l5wrdyaywqwigy"))))
+                "0p9v8y6bhg0bvd5v6y7dill01icqj75am54bwq57xff0h920bnkn"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules

Reply via email to