diff options
author | Zheng Junjie <873216071@qq.com> | 2023-07-15 15:13:53 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-02 22:27:42 +0800 |
commit | c3cccbb560b3333396abf7fc41523d54669a0c00 (patch) | |
tree | ace5ef1197ede0744ace8ab57232409ba4a0ec80 | |
parent | 903b98a723cc4c7b64ba22226151964579c7d96c (diff) | |
download | guix-c3cccbb560b3333396abf7fc41523d54669a0c00.tar.gz guix-c3cccbb560b3333396abf7fc41523d54669a0c00.zip |
gnu: kgamma: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (kgamma): Update to 5.27.6.
[properties]: Add upstream-name.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/kde-plasma.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 2e200b8e10..ba6e17debe 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -468,7 +468,7 @@ KDE Frameworks 5 to better interact with the system.") (define-public kgamma (package (name "kgamma") - (version "5.25.5") + (version "5.27.6") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -476,7 +476,7 @@ KDE Frameworks 5 to better interact with the system.") version ".tar.xz")) (sha256 (base32 - "1c305bs50km7bsn0phz7yj4x2168sxwsw9zxbpcgw4q3r53c0ywz")))) + "14nn3wsk9w9x8m0mbdmdi86xh6x2946zhzhwdbsfgynjrkn13wb1")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kauth @@ -489,6 +489,7 @@ KDE Frameworks 5 to better interact with the system.") (description "This package provides a tool to adjust your monitor gamma settings.") (home-page "https://invent.kde.org/plasma/kgamma5") + (properties '((upstream-name . "kgamma5"))) (license license:gpl2+))) (define-public khotkeys |