mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kgamma: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kgamma): Update to 6.1.3. Change-Id: I57242894b2f71b2587343d7a4fba4de223d0b065
This commit is contained in:
parent
2d819ce6d6
commit
b677680f98
1 changed files with 2 additions and 2 deletions
|
@ -636,7 +636,7 @@ (define-public kdeplasma-addons
|
|||
(define-public kgamma
|
||||
(package
|
||||
(name "kgamma")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -644,7 +644,7 @@ (define-public kgamma
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qr6crka2a71izg54vz0y7ahsfxr7xh1j3bb53c7pfhs3dq8wgfb"))))
|
||||
"0nskvsh4xagv55lv0wsm62m50y4hdjslhrzl2cb190ghaa245vdd"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue