iyzsong pushed a commit to branch kde-updates
in repository guix.
commit df573464d53f7641db7d82d1d9edd55488811097
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 12 13:54:23 2023 +0800
gnu: kpty: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kpty): Update to 5.108.0.
Signed-off-by: 宋文武 <[email protected]>
---
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 cdca2f5147..46d607de05 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1961,7 +1961,7 @@ were traditional plugins.")
(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 @@ were traditional plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0arxbdxldwnrcg5x1vpvkwdd4hayrpqvn08jz6r7zb4s9h1582ww"))))
+ "11k1jv2wazlxbz5y7l94zsykcq544k1zbb49ximbdh45r3p5hdgw"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))