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

commit a504b39138beda1a623ee9d4f48ff5e4d46818e4
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:58 2025 +0530

    gnu: kguiaddons: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.18.0.
    
    Change-Id: I4b4007b1e629c22807505c25871f97aef2d82881
---
 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 583bfe430f..74f3603b8c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1094,7 +1094,7 @@ infrastructure.")
 (define-public kguiaddons
   (package
     (name "kguiaddons")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1103,7 +1103,7 @@ infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qmjgnm6sdbl1aa51xlvz1b0fmmjv4vif2k12367rsz1zfj567cy"))))
+                "0rn4prmj3y6gdj23gwfb70samrq6b64skzqjalc7pcni08l8farf"))))
     (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