z572 pushed a commit to branch qt-team in repository guix. commit 9f4257952d9613fbeaf12f25df6f756cb3fa8b64 Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon May 5 17:33:36 2025 +0800
gnu: kgamma: Update to 6.3.4. * gnu/packages/kde-plasma.scm (kgamma): Update to 6.3.4. Change-Id: I76f65dea140ac2397ff89d6282afe66e83cf300c --- 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 e28ff3c37b..d1f1e33754 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -646,7 +646,7 @@ KDE Frameworks 5 to better interact with the system.") (define-public kgamma (package (name "kgamma") - (version "6.1.4") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -654,7 +654,7 @@ KDE Frameworks 5 to better interact with the system.") version ".tar.xz")) (sha256 (base32 - "0z4af70xl8l5pldld98yhxwp5vsamdl46hkb4036m9vncqm8h85x")))) + "1nsdkqnrhl20g6giaglk22vzh2zs1v5qjkhy8zq7z050xsqn2g7w")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase)) (native-inputs (list extra-cmake-modules kdoctools))