mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
0babcd9d83
commit
8a34536f00
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue