gnu: kpty: Update to 6.13.0.

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

Change-Id: I4a8eec470c277e076bbf65ff5a089d067def9e35
This commit is contained in:
宋文武 2025-05-04 14:10:13 +08:00 committed by Andreas Enge
parent 5d93f05571
commit 04c9b76e0a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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