mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: powerdevil: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (powerdevil): Update to 6.1.4. Change-Id: I8d47f1bb747e8b1f9f05d751430dfdecfb32a3b0
This commit is contained in:
parent
a11fc8353d
commit
5994c22505
1 changed files with 2 additions and 2 deletions
|
@ -2983,14 +2983,14 @@ (define-public polkit-kde-agent
|
|||
(define-public powerdevil
|
||||
(package
|
||||
(name "powerdevil")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wqqk4imnhrmqwr1ynkgqcfh58hz70dacwmvcmq3qv85k2a8qkv2"))))
|
||||
"1r8kj118vnjy3kcv16bhrdgja44dlvgjgvwp6gihb0s9wbi6dad1"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules qttools pkg-config))
|
||||
(inputs (list bluez-qt
|
||||
|
|
Loading…
Reference in a new issue