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

commit 262df984dae6d676ac940e60c76f891269c83851
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:43 2025 +0530

    gnu: kdesu: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kdesu): Update to 6.21.0.
    
    Change-Id: I984d4daf0c52a1e81a7a95b7514761197530ff39
---
 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 3eba918038..9cdedf2888 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3425,7 +3425,7 @@ started on demand.")
 (define-public kdesu
   (package
     (name "kdesu")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3434,7 +3434,7 @@ started on demand.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17r07p07rhm284jp6mpg5inarxfp3ikvvx2gal2pnfbaj3gjxy82"))))
+                "0xjzp3qdq6xak0cl2p24vsz49s7imf5fvfqablw58zb0y53dcaah"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kpty))

Reply via email to