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

commit 8ced73498ef5ae1df354d5d92e2758dc948f9e08
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:55 2024 +0800

    gnu: kglobalaccel: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.5.0.
    
    Change-Id: If2e65104ecfd14b89b6ac3805605e48b9c8740ab
---
 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 553387e49d..a7f41b6339 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.4.0")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3684,7 +3684,7 @@ emoticons coming from different providers.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "19m8rn8xz2cx9zsqhf1pnml6wnspr73iyg2yysnrq6w9wd5jfshd"))))
+                "191rlcwdyapv6m00vj99pq7w6sjlvmmkn54zmcicxf64izs1qfl8"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config qttools))

Reply via email to