gnu: kpty: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-12 13:54:23 +08:00 committed by 宋文武
parent 8456d2f990
commit df573464d5
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1961,7 +1961,7 @@ (define-public kpackage
(define-public kpty
(package
(name "kpty")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1970,7 +1970,7 @@ (define-public kpty
name "-" version ".tar.xz"))
(sha256
(base32
"0arxbdxldwnrcg5x1vpvkwdd4hayrpqvn08jz6r7zb4s9h1582ww"))))
"11k1jv2wazlxbz5y7l94zsykcq544k1zbb49ximbdh45r3p5hdgw"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))