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

commit 418dba4f92f3b9bb1ada4fe05778b3e2a0cdc21a
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:31 2026 +0530

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

Reply via email to