summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-02-14 11:30:51 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-02-15 09:11:43 +0800
commit445ef24a61975b17ca73d5d307cf2e3da6475b10 (patch)
tree07cabd12221bc81bb7b752dab0c503ea13d06f88 /gnu/packages/xfce.scm
parentd92db1a55592bec09ff71d0e64824a07a4c4a7b0 (diff)
gnu: xfce4-power-manager: Update to 4.18.1.
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.1.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b3e231b724..4ce857aa14 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1237,7 +1237,7 @@ system resources, while still being visually appealing and user friendly.")
(define-public xfce4-power-manager
(package
(name "xfce4-power-manager")
- (version "4.18.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "16n3f9zam3v8584rprckvr72gmgsv9kyqy690jkrybr5hrw4dvif"))))
+ "00zz9bhzsf2vww8mym9c093sz7va5716qb6kvdvn6ldp9h6b223b"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))