guix-commits
[Top][All Lists]
Advanced

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

186/332: gnu: khotkeys: Update to 5.27.6.


From: guix-commits
Subject: 186/332: gnu: khotkeys: Update to 5.27.6.
Date: Thu, 3 Aug 2023 05:43:52 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 8ddf05c55e0bafdfc002a73b78facfa36815eee6
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 20 10:54:11 2023 +0800

    gnu: khotkeys: Update to 5.27.6.
    
    * gnu/packages/kde-plasma.scm (khotkeys): Update to 5.27.6.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 3da94faa61..e7db684d14 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -508,14 +508,14 @@ KDE Frameworks 5 to better interact with the system.")
 (define-public khotkeys
   (package
     (name "khotkeys")
-    (version "5.25.5")
+    (version "5.27.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0c9i4vxiiv90dpzsd2hjwavks87cvwplkj63751z8mazax6r95as"))))
+                "0zixhdnsm3956w2bff6fk1ksvk61ywjkylg690b90l041rhfriyv"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kdbusaddons



reply via email to

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