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

commit 8247eac13d474632293fc3cfb2a98765f726ccbd
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:45 2025 +0530

    gnu: kparts: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kparts): Update to 6.21.0.
    
    Change-Id: Icf4d82f2a45b4aa1f2d133ae8ad68aea7cbd5b57
---
 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 92eb5dfb85..a44c93c375 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4072,7 +4072,7 @@ notifications which can be embedded in your application.")
 (define-public kparts
   (package
     (name "kparts")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4081,7 +4081,7 @@ notifications which can be embedded in your application.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n2hwgpkq32xprg4dgirb22rijplvp4rf6brllgz98y09xm3pp6d"))))
+                "058938v78wjzfckb6dfbs01is89vkc05mwjhz74lr70r67bwh3yh"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to