guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4b8d8ec52a91d6c0280ac5efec55d580392b2cdc
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:31 2025 +0530

    gnu: kguiaddons: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.21.0.
    
    Change-Id: Ifd6018e948d348ea1220cef58dfabed0f2fac77f
---
 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 5f43ea6afa..e5012584ed 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1072,7 +1072,7 @@ infrastructure.")
 (define-public kguiaddons
   (package
     (name "kguiaddons")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1081,7 +1081,7 @@ infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rm1m0n566nc511mmipcfbgl2nz4mdmnr01vrncci457bdn42hxc"))))
+                "1l3xnd9521zd59n33p7shzkl3hi0kvj4dg4knf0wxz695dsfyj8j"))))
     (build-system qt-build-system)
     ;; TODO: Build packages for the Python bindings.  Ideally this will be
     ;; done for all versions of python guix supports.  Requires python,

Reply via email to