gnu: kdesu: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kdesu): Update to 6.10.0.

Change-Id: Ie332473404ae211b2dba31eb192b0c529e4dc553
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:30 +08:00 committed by Zheng Junjie
parent b3543b5d68
commit d309fffe12
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3581,7 +3581,7 @@ started on demand.")
(define-public kdesu (define-public kdesu
(package (package
(name "kdesu") (name "kdesu")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3590,7 +3590,7 @@ started on demand.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"14xkkbd7nq0hhlfk83fj363rxbcjj087pjg3xcig27ppph5qvh03")))) "0bn2a47gc4gfcq6y73hjhvgpk06qnfi9cys3pfc5gjw5ramr7fas"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
(list kpty)) (list kpty))