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

commit a0d6575a903b4281ce3bb0cb8b7b4431f2ce0bce
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:53 2025 +0800

    gnu: kgamma: Update to 6.2.5.
    
    * gnu/packages/kde-plasma.scm (kgamma): Update to 6.2.5.
    
    Change-Id: I492a10e5e88feed05d7a7d78630b37d745a077c5
---
 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 f6ef79d536..31d4d16a2f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -649,7 +649,7 @@ KDE Frameworks 5 to better interact with the system.")
 (define-public kgamma
   (package
     (name "kgamma")
-    (version "6.1.4")
+    (version "6.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -657,7 +657,7 @@ KDE Frameworks 5 to better interact with the system.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0z4af70xl8l5pldld98yhxwp5vsamdl46hkb4036m9vncqm8h85x"))))
+                "1khhark9w62bf3v8bgk2fbcs9j41sc228wlsdqhzvb10n3f5rxrx"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules kdoctools))

Reply via email to