guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 8b92bb9994c618561ed4bf8c63e6d498480ee7c7
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:49 2025 +0530
gnu: kparts: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kparts): Update to 6.19.0.
Change-Id: Ic00216f94469fbeceb0478a9b418774f9fe18fbe
---
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 848a6559b2..b5430796a9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4186,7 +4186,7 @@ notifications which can be embedded in your application.")
(define-public kparts
(package
(name "kparts")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4195,7 +4195,7 @@ notifications which can be embedded in your application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "010nh90rrjsqkh5q3cdd3nkvxg6zxyp9nbm5cj822apzd8p54vl4"))))
+ "1n2hwgpkq32xprg4dgirb22rijplvp4rf6brllgz98y09xm3pp6d"))))
(build-system qt-build-system)
(arguments
(list #:phases