guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3716bac715275f9255605e9d5eb829af07c47fef
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:31 2025 +0800
gnu: kparts: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kparts): Update to 6.10.0.
Change-Id: Ic427817a1fee55647affd09b74f37ebe3a1947ea
---
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 668562b543..5196e1af02 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4243,7 +4243,7 @@ notifications which can be embedded in your application.")
(define-public kparts
(package
(name "kparts")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4252,7 +4252,7 @@ notifications which can be embedded in your application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "07rp987bkzpvmb2735r3jm573dxmvyd92bs8hmnc2xvz4rxl3daf"))))
+ "03061b2pgd41g424jwcqlp6ag9797zalcgfsjd02abpk6pv61i53"))))
(build-system qt-build-system)
(arguments
(list #:phases