guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit c512584f35c18c294365f95536eeddb2dbce41d5
Author: 宋文武 <[email protected]>
AuthorDate: Sun May 4 14:10:13 2025 +0800

    gnu: kpty: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kpty): Update to 6.13.0.
    
    Change-Id: I4a8eec470c277e076bbf65ff5a089d067def9e35
---
 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 ddf911d7b0..3efd1bf2d9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2975,7 +2975,7 @@ were traditional plugins.")
 (define-public kpty
   (package
     (name "kpty")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2984,7 +2984,7 @@ were traditional plugins.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0iynya3mgav6c42yv1224bnj1myw16sdpfn3vbmbzh7acwnxkk0z"))))
+                "04rmlim9czf1krimiqpgdkbsfpq3z4kr9inc1i5wmllvay6gma5g"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to