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

commit 6eb6830e9e9c91f491ebc6dc034392e4e02d44c1
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:02 2025 +0530

    gnu: kgamma: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (kgamma): Update to 6.5.4.
    
    Change-Id: I3ef17885c48b7f0ec72fc56d012284aa00e6bf81
---
 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 e5d8e74493..a963f45c33 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -766,7 +766,7 @@ KDE Frameworks 5 to better interact with the system.")
 (define-public kgamma
   (package
     (name "kgamma")
-    (version "6.5.2")
+    (version "6.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -774,7 +774,7 @@ KDE Frameworks 5 to better interact with the system.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1vifg3mjlvq1f755cxnmqy9v4y54zypky6kbw5k6szpvrpzm70sk"))))
+                "1gg2s2axr989q3myl24s9ziica3zj4v53w6x2zyp2hr5ycnvjfhk"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to