guix-commits
[Top][All Lists]
Advanced

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

250/347: gnu: krunner-6: Update to 6.3.0.


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

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

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

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



reply via email to

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