guix-commits
[Top][All Lists]
Advanced

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

232/347: gnu: kpty-6: Update to 6.3.0.


From: guix-commits
Subject: 232/347: gnu: kpty-6: Update to 6.3.0.
Date: Fri, 28 Jun 2024 09:59:04 -0400 (EDT)

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

commit a8d96aaefd78d80a7e0cf212c56fccf027533c5b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:42:13 2024 +0800

    gnu: kpty-6: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kpty-6): Update to 6.3.0.
    
    Change-Id: I25e2dd8add46a5a555bc87a8416287272fbdbd3d
---
 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 f6020541c6..48d1caae9d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3189,7 +3189,7 @@ were traditional plugins.")
 (define-public kpty-6
   (package
     (name "kpty")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3198,7 +3198,7 @@ were traditional plugins.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1psrryrgkn9fbw81a7zlshwssr175db9kiq40ib77xx61gcnq8nz"))))
+                "19m01phaca84n736sdh1d002vbfbhf7lzb8cf1wqrhaak0wrp933"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

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