guix-commits
[Top][All Lists]
Advanced

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

223/347: gnu: kcompletion-6: Update to 6.3.0.


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

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

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

    gnu: kcompletion-6: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kcompletion-6): Update to 6.3.0.
    
    Change-Id: Ifc973406f1453ba7862d6bf5c8dc384b7105d5c5
---
 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 06e23bae30..f6bced3d3f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2488,7 +2488,7 @@ utilities.")
 (define-public kcompletion-6
   (package
     (name "kcompletion")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2497,7 +2497,7 @@ utilities.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1j29hh8w8zv9h0rkm76zhr2f691ns937ix5hifhbx26x3szbxq71"))))
+                "0bkixs49w56d6s2yi5nkk6q2rg86wc81phrqa0508p98pp37l0iz"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules qttools))



reply via email to

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