gnu: xfce4-power-manager: Update to 1.7.0.

* gnu/packages/xfce.scm (xfce4-power-manager): Update to 1.7.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 05:05:05 +01:00
parent 0babcd9d83
commit 8a34536f00
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -880,7 +880,7 @@ (define-public xfce
(define-public xfce4-power-manager
(package
(name "xfce4-power-manager")
(version "1.6.5")
(version "1.7.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -888,7 +888,7 @@ (define-public xfce4-power-manager
"xfce4-power-manager-" version ".tar.bz2"))
(sha256
(base32
"0x3s2bdwfhp65dz5yn3k43j99ywqlsvrpz3pqmgwm0dik5wbdb8h"))))
"0jqjwy341dxyijjm9k77a12iih6b5r3f4cmpr2lppa7mf37qqdj5"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)