z572 pushed a commit to branch kde-team
in repository guix.
commit 50c3021c5aa273d78dd029b79dddb9d6d0e820e0
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:53 2024 +0800
gnu: kpty: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kpty): Update to 6.5.0.
Change-Id: Ib45bb2e776ebeae9c45765c1a6a00166e586b5bd
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e9fceb5505..ac5cd4bdcb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2962,7 +2962,7 @@ were traditional plugins.")
(define-public kpty
(package
(name "kpty")
- (version "6.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2971,7 +2971,7 @@ were traditional plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08s6r861j7azi907p3y6lidhhq3jfhb51id4ng8rz7dpvj4nfqk8"))))
+ "0hajvy7vyv1hj0hyxd86phkq7sjddpa7abvg6al4ifc39ax6b4yw"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))