me
/
guix
Archived
1
0
Fork 0

gnu: kgamma: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (kgamma): Update to 6.1.3.

Change-Id: I57242894b2f71b2587343d7a4fba4de223d0b065
master
Zheng Junjie 2024-07-20 19:10:25 +08:00
parent 2d819ce6d6
commit b677680f98
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -636,7 +636,7 @@ KDE Frameworks 5 to better interact with the system.")
(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 @@ KDE Frameworks 5 to better interact with the system.")
version ".tar.xz"))
(sha256
(base32
"0qr6crka2a71izg54vz0y7ahsfxr7xh1j3bb53c7pfhs3dq8wgfb"))))
"0nskvsh4xagv55lv0wsm62m50y4hdjslhrzl2cb190ghaa245vdd"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))