gnu: kpty: Update to 6.21.0.

* gnu/packages/kde-frameworks.scm (kpty): Update to 6.21.0.

Change-Id: Ie2d160693cfd12638888e24d0f14821cb8e38f7d
This commit is contained in:
Sughosha 2025-12-24 14:40:40 +05:30
parent eec6ff48ec
commit bdfa4a6adf
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -2854,7 +2854,7 @@ were traditional plugins.")
(define-public kpty
(package
(name "kpty")
(version "6.19.0")
(version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2863,7 +2863,7 @@ were traditional plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
"035l9cpibb41ahimh4bfg0ak2468xr2zjnrks3zvqzfcrqb4qm3q"))))
"1f7bfxwdxzjdqi1x497ssn6rxn3iyfyhxjaxk9q5v4z8rnwv9frs"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))