gnu: xfce4-power-manager: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.1.
This commit is contained in:
parent
d92db1a555
commit
445ef24a61
1 changed files with 2 additions and 2 deletions
|
@ -1237,7 +1237,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 "4.18.0")
|
(version "4.18.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/"
|
||||||
|
@ -1245,7 +1245,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
|
||||||
"16n3f9zam3v8584rprckvr72gmgsv9kyqy690jkrybr5hrw4dvif"))))
|
"00zz9bhzsf2vww8mym9c093sz7va5716qb6kvdvn6ldp9h6b223b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list pkg-config intltool))
|
||||||
|
|
Reference in a new issue