gnu: kpty: Update to 6.10.0.

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

Change-Id: I1afca0e081b874850bac4373b2d3c6df6b28aacf
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:28 +08:00 committed by Zheng Junjie
parent 3e5ac79119
commit 61e54ae682
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2962,7 +2962,7 @@ were traditional plugins.")
(define-public kpty
(package
(name "kpty")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2971,7 +2971,7 @@ were traditional plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
"0hajvy7vyv1hj0hyxd86phkq7sjddpa7abvg6al4ifc39ax6b4yw"))))
"0iynya3mgav6c42yv1224bnj1myw16sdpfn3vbmbzh7acwnxkk0z"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))