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

commit dfa3dd6224eeb47b16f5cc33a8a9a3f9e8b90511
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:51 2024 +0800

    gnu: kglobalaccel: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.4.0.
    
    Change-Id: Ibd3d129cd30aeee643b3470e687b0a3285ffe457
---
 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 fdafb108b3..a25ddb4526 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3675,7 +3675,7 @@ emoticons coming from different providers.")
 (define-public kglobalaccel
   (package
     (name "kglobalaccel")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3684,7 +3684,7 @@ emoticons coming from different providers.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wcx0b3vi5xm5hhyylkdrcq8i46m49lw1j53m2i2f4nv7750d0n0"))))
+                "19m8rn8xz2cx9zsqhf1pnml6wnspr73iyg2yysnrq6w9wd5jfshd"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config qttools))

Reply via email to