gnu: kpty: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kpty): Update to 6.4.0. Change-Id: I9e153fe70b0ad3e6ada19db12fd168cd88f9bd97master
parent
d1af86b7b2
commit
f3b3cef09e
|
@ -2962,7 +2962,7 @@ were traditional plugins.")
|
||||||
(define-public kpty
|
(define-public kpty
|
||||||
(package
|
(package
|
||||||
(name "kpty")
|
(name "kpty")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2971,7 +2971,7 @@ were traditional plugins.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19m01phaca84n736sdh1d002vbfbhf7lzb8cf1wqrhaak0wrp933"))))
|
"08s6r861j7azi907p3y6lidhhq3jfhb51id4ng8rz7dpvj4nfqk8"))))
|
||||||
(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