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

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

    gnu: kwidgetsaddons: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kwidgetsaddons): Update to 6.10.0.
    
    Change-Id: I78dba5336a17a5e2c5ad7677d6f49538e0e66162
---
 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 5511249dfd..9e67f2f9a9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1637,7 +1637,7 @@ represented by a QPoint or a QSize.")
 (define-public kwidgetsaddons
   (package
     (name "kwidgetsaddons")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1646,7 +1646,7 @@ represented by a QPoint or a QSize.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02gys2sr03j5m85gw6n4qs9yanmnl1hwjpb2sk3q74b11b2bqfng"))))
+                "0kp7xyxqrvzxym6ka6bb7dbpxpqyy8g4y99c5kyqfhl7sx1lkyp0"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules qttools))

Reply via email to