me
/
guix
Archived
1
0
Fork 0

gnu: kpty: Update to 6.4.0.

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

Change-Id: I9e153fe70b0ad3e6ada19db12fd168cd88f9bd97
master
Zheng Junjie 2024-07-20 00:24:49 +08:00
parent d1af86b7b2
commit f3b3cef09e
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2962,7 +2962,7 @@ were traditional plugins.")
(define-public kpty
(package
(name "kpty")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2971,7 +2971,7 @@ were traditional plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
"19m01phaca84n736sdh1d002vbfbhf7lzb8cf1wqrhaak0wrp933"))))
"08s6r861j7azi907p3y6lidhhq3jfhb51id4ng8rz7dpvj4nfqk8"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))