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

commit 1807aa256aa3f77c56acd042d9bcaf3d9d8b92c5
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:57:58 2026 +0530

    gnu: breeze-icons: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.22.0.
    
    Change-Id: Ie9a18ceeb66d02ac0ba6380e77050eed3cf4d103
---
 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 e8252f3dc3..4825f9869d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -463,7 +463,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
 (define-public breeze-icons
   (package
     (name "breeze-icons")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -471,7 +471,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05azzzm7rq9xl3mr07j8xvpkx8mlnh08idqgizhp6di9640mnb9s"))))
+                "03wkh2vgabic3cw5pfjk9cdpw358s5izl9220fb71rmr82bw8fa2"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules

Reply via email to