guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/255: gnu: kpty: Update to 6.8.0.


From: guix-commits
Subject: 40/255: gnu: kpty: Update to 6.8.0.
Date: Mon, 2 Dec 2024 09:32:19 -0500 (EST)

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

commit 988e2fcc9bfc3af4d8a9320c0c72477baf0c11e6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 20:26:38 2024 +0800

    gnu: kpty: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kpty): Update to 6.8.0.
    
    Change-Id: I8e47825318b498278fd1d026adbb6316368dd695
---
 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 023cc8c547..53c7823774 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2981,7 +2981,7 @@ were traditional plugins.")
 (define-public kpty
   (package
     (name "kpty")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2990,7 +2990,7 @@ were traditional plugins.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0hajvy7vyv1hj0hyxd86phkq7sjddpa7abvg6al4ifc39ax6b4yw"))))
+                "0diyphy3qjb1a5d7wpx02kv99jb20q618szicd8plfdql28g7izv"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]