mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: power-profiles-daemon: Update to 0.23.
* gnu/packages/freedesktop.scm (power-profiles-daemon): Update to 0.23. Change-Id: Ifbb6b34e48095623c610136c724f7b51178c47f6
This commit is contained in:
parent
76c45f5074
commit
a5ef7bb94d
1 changed files with 2 additions and 2 deletions
|
@ -1151,7 +1151,7 @@ (define-public packagekit
|
||||||
(define-public power-profiles-daemon
|
(define-public power-profiles-daemon
|
||||||
(package
|
(package
|
||||||
(name "power-profiles-daemon")
|
(name "power-profiles-daemon")
|
||||||
(version "0.22")
|
(version "0.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1161,7 +1161,7 @@ (define-public power-profiles-daemon
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r85mxnixkqlgiby46s8p0yrkzwq9lb6r6md933vssyr5xwsfdip"))))
|
"08xz38r2fv6bpmv5vyjfvizwkbflg6m504fh3qd1jpw6xxv1lzwi"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue