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

commit f96e66185bbc60e61a7692b57d80d20e0022ecd6
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:22 2025 +0800

    gnu: kguiaddons: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.10.0.
    
    Change-Id: I5b5b461e8b0aa87e72e2200854cf5d394c6d5c50
---
 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 3085e2b9c4..cd574dc2ba 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1052,7 +1052,7 @@ replace the other outdated Graphviz tools.")
 (define-public kguiaddons
   (package
     (name "kguiaddons")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1061,7 +1061,7 @@ replace the other outdated Graphviz tools.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "01s8mjpazvl4j1fhb00f24zcsbin5zjz319sv9znxyl51f9zm4vi"))))
+                "1yizhps5ms2cahvqjz5ggaagxkl6sbar2r7nm32mkr8kfc3h9gmk"))))
     (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