[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63763] [PATCH v2 6/7] gnu: xfce4-power-manager: Update to 4.18.2.
From: |
iyzsong |
Subject: |
[bug#63763] [PATCH v2 6/7] gnu: xfce4-power-manager: Update to 4.18.2. |
Date: |
Sat, 3 Jun 2023 11:26:46 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.2.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 65274ce558..b8336314a3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1222,7 +1222,7 @@ (define-public xfce
(define-public xfce4-power-manager
(package
(name "xfce4-power-manager")
- (version "4.18.1")
+ (version "4.18.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -1230,7 +1230,7 @@ (define-public xfce4-power-manager
"xfce4-power-manager-" version ".tar.bz2"))
(sha256
(base32
- "00zz9bhzsf2vww8mym9c093sz7va5716qb6kvdvn6ldp9h6b223b"))))
+ "0kfzvhb1hnr16fcplm7bdpp4fcxr3irzq3w4q0lpbc5n6kaqyq71"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))
--
2.40.1
- [bug#63763] [PATCH v2 1/7] gnu: libxfce4ui: Update to 4.18.4., iyzsong, 2023/06/02
- [bug#63763] [PATCH v2 3/7] gnu: xfce4-screenshooter: Update to 1.10.4., iyzsong, 2023/06/02
- [bug#63763] [PATCH v2 4/7] gnu: xfce4-pulseaudio-plugin: Update to 0.4.7., iyzsong, 2023/06/02
- [bug#63763] [PATCH v2 5/7] gnu: xfce4-session: Update to 4.18.3., iyzsong, 2023/06/02
- [bug#63763] [PATCH v2 6/7] gnu: xfce4-power-manager: Update to 4.18.2.,
iyzsong <=
- [bug#63763] [PATCH v2 7/7] gnu: xfce4-screensaver: Update to 4.18.2., iyzsong, 2023/06/02
- [bug#63763] [PATCH v2 2/7] gnu: xfce4-panel: Update to 4.18.4., iyzsong, 2023/06/02