mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: kgamma: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (kgamma): Update to 6.2.5. Change-Id: I492a10e5e88feed05d7a7d78630b37d745a077c5
This commit is contained in:
parent
4f8299d6be
commit
373e62ff72
1 changed files with 2 additions and 2 deletions
|
@ -644,7 +644,7 @@ (define-public kdeplasma-addons
|
|||
(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/"
|
||||
|
@ -652,7 +652,7 @@ (define-public kgamma
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z4af70xl8l5pldld98yhxwp5vsamdl46hkb4036m9vncqm8h85x"))))
|
||||
"1khhark9w62bf3v8bgk2fbcs9j41sc228wlsdqhzvb10n3f5rxrx"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue