guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f50513da2fc3544956aa7d0160919705f69f435b
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 1f0341de5e..37fd8b2c12 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3428,7 +3428,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
@@ -3437,7 +3437,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