guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 47e14218ab2c3ebee81a4bd88973587781fcb0b4
Author: Zheng Junjie <[email protected]>
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 b6130972ca..e0fc796c21 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4310,7 +4310,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
@@ -4319,7 +4319,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