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

commit f19657b922705057211c66ca21ddad3c5912e969
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Wed Jul 23 18:42:33 2025 +0800

    gnu: kparts: Update to 6.16.0.
    
    * gnu/packages/kde-frameworks.scm (kparts): Update to 6.16.0.
    
    Change-Id: I6c27b94552b94e71fee98ca55d4feef39575ded5
---
 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 52f4858972..fd808b87fe 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4316,7 +4316,7 @@ notifications which can be embedded in your application.")
 (define-public kparts
   (package
     (name "kparts")
-    (version "6.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4325,7 +4325,7 @@ notifications which can be embedded in your application.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1x1xwclnpsh07flzr1xwb503j9gglv8g5zzhr5mhjyyknkx3dly8"))))
+                "0rxvqqqm2idws4xk3pgr5byyp3f4rrbza2sw1srfpa8g6j1k8gnz"))))
     (build-system qt-build-system)
     (arguments
      (list #:phases

Reply via email to