gnu: powerdevil: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (powerdevil): Update to 6.1.3. Change-Id: Id1c7e6d483f3c824e795b1863da012bea108798bmaster
parent
c29cd38e1c
commit
137a1fa533
|
@ -2976,14 +2976,14 @@ UI for Plasma")
|
||||||
(define-public powerdevil
|
(define-public powerdevil
|
||||||
(package
|
(package
|
||||||
(name "powerdevil")
|
(name "powerdevil")
|
||||||
(version "6.1.2")
|
(version "6.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"052hv22ps90sm44wrdf5f4x2iz633nypl75xjwv257pn6ravia6l"))))
|
"1wqqk4imnhrmqwr1ynkgqcfh58hz70dacwmvcmq3qv85k2a8qkv2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules qttools pkg-config))
|
(native-inputs (list extra-cmake-modules qttools pkg-config))
|
||||||
(inputs (list bluez-qt
|
(inputs (list bluez-qt
|
||||||
|
|
Reference in New Issue