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

commit 61e54ae6828702ed00d5dcee46c9d4a3bc9d7bb8
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:28 2025 +0800

    gnu: kpty: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kpty): Update to 6.10.0.
    
    Change-Id: I1afca0e081b874850bac4373b2d3c6df6b28aacf
---
 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 dec5ca2d2e..d9459814ac 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.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2971,7 +2971,7 @@ were traditional plugins.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0hajvy7vyv1hj0hyxd86phkq7sjddpa7abvg6al4ifc39ax6b4yw"))))
+                "0iynya3mgav6c42yv1224bnj1myw16sdpfn3vbmbzh7acwnxkk0z"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to