gnu: xfce4-power-manager: Update to 1.7.1.
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 1.7.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
d8ef0fe30c
commit
07239f39db
1 changed files with 2 additions and 2 deletions
|
@ -898,7 +898,7 @@ system resources, while still being visually appealing and user friendly.")
|
||||||
(define-public xfce4-power-manager
|
(define-public xfce4-power-manager
|
||||||
(package
|
(package
|
||||||
(name "xfce4-power-manager")
|
(name "xfce4-power-manager")
|
||||||
(version "1.7.0")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
|
@ -906,7 +906,7 @@ system resources, while still being visually appealing and user friendly.")
|
||||||
"xfce4-power-manager-" version ".tar.bz2"))
|
"xfce4-power-manager-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jqjwy341dxyijjm9k77a12iih6b5r3f4cmpr2lppa7mf37qqdj5"))))
|
"1ki088iyr266cfyq9bmmhhd27wrsrmbhsblyf4yqby03hlvqif3k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue