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>master
parent
8456d2f990
commit
df573464d5
|
@ -1961,7 +1961,7 @@ were traditional plugins.")
|
||||||
(define-public kpty
|
(define-public kpty
|
||||||
(package
|
(package
|
||||||
(name "kpty")
|
(name "kpty")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1970,7 +1970,7 @@ were traditional plugins.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0arxbdxldwnrcg5x1vpvkwdd4hayrpqvn08jz6r7zb4s9h1582ww"))))
|
"11k1jv2wazlxbz5y7l94zsykcq544k1zbb49ximbdh45r3p5hdgw"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Reference in New Issue