iyzsong pushed a commit to branch master
in repository guix.

commit 554e2ba71ca1eb72a90721f2afd66938e1078d7c
Author: 宋文武 <[email protected]>
AuthorDate: Tue Sep 3 07:38:50 2024 +0800

    gnu: xfce4-power-manager: Update to 4.18.4.
    
    * gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.4.
    
    Change-Id: Ib28b1edcdb91a7aaedabe439c9d470ed6b8bbfee
---
 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 22a8f8637c..ddc37da998 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1265,7 +1265,7 @@ system resources, while still being visually appealing 
and user friendly.")
 (define-public xfce4-power-manager
   (package
     (name "xfce4-power-manager")
-    (version "4.18.3")
+    (version "4.18.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -1273,7 +1273,7 @@ system resources, while still being visually appealing 
and user friendly.")
                                   "xfce4-power-manager-" version ".tar.bz2"))
               (sha256
                (base32
-                "1w445v3911cf7l6w5c0f84aphv8s579f8srnhjrhf3drd07xsy8d"))))
+                "0x6qychcgqxc5dwwxzypqw2da35y6cd25ngg42zxndnrvixqz4bn"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool))

Reply via email to