guix-commits
[Top][All Lists]
Advanced

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

64/126: gnu: krunner: Update to 6.4.0.


From: guix-commits
Subject: 64/126: gnu: krunner: Update to 6.4.0.
Date: Tue, 30 Jul 2024 06:36:58 -0400 (EDT)

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

commit f8255a1bcb949b4af653c29c13c02994371a4dbe
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 00:24:52 2024 +0800

    gnu: krunner: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (krunner): Update to 6.4.0.
    
    Change-Id: I62d05fd9c9a8cac21f6f8128b0e8c87a2c0f7480
---
 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 6c6fe29558..85d03fc477 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4387,7 +4387,7 @@ to easily extend the contacts collection.")
 (define-public krunner
   (package
     (name "krunner")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4396,7 +4396,7 @@ to easily extend the contacts collection.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09g464v1v7c14m39ic3qpny10l4dnazr7fax76irs3dwr54zx9kc"))))
+                "1g3g65w36iswl0w4lx2sl4yl2l4cwqbpdx4g72lc3gqksgqrii5a"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcoreaddons))



reply via email to

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