gnu: kdesu: Update to 6.19.0.

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

Change-Id: I30447413a32c1f3b4ee4c7329f62736e0be2dc0b
This commit is contained in:
Sughosha 2025-10-13 20:46:47 +05:30 committed by Andreas Enge
parent 489beed100
commit b06b8097a3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3542,7 +3542,7 @@ started on demand.")
(define-public kdesu
(package
(name "kdesu")
(version "6.18.0")
(version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3551,7 +3551,7 @@ started on demand.")
name "-" version ".tar.xz"))
(sha256
(base32
"05j6b57as0g9z6s9p1zjs1y7lhavwibydvc17758pw1w253v00rj"))))
"17r07p07rhm284jp6mpg5inarxfp3ikvvx2gal2pnfbaj3gjxy82"))))
(build-system cmake-build-system)
(propagated-inputs
(list kpty))