guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: xfce4-power-manager: Update to 1.7.1.


From: guix-commits
Subject: branch master updated: gnu: xfce4-power-manager: Update to 1.7.1.
Date: Sat, 07 Nov 2020 06:36:48 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 07239f3  gnu: xfce4-power-manager: Update to 1.7.1.
07239f3 is described below

commit 07239f39db9bce48b938afe210ab20d87f431791
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Nov 7 01:46:05 2020 +0100

    gnu: xfce4-power-manager: Update to 1.7.1.
    
    * gnu/packages/xfce.scm (xfce4-power-manager): Update to 1.7.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 d8050fa..240b73f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -898,7 +898,7 @@ system resources, while still being visually appealing and 
user friendly.")
 (define-public xfce4-power-manager
   (package
     (name "xfce4-power-manager")
-    (version "1.7.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -906,7 +906,7 @@ system resources, while still being visually appealing and 
user friendly.")
                                   "xfce4-power-manager-" version ".tar.bz2"))
               (sha256
                (base32
-                "0jqjwy341dxyijjm9k77a12iih6b5r3f4cmpr2lppa7mf37qqdj5"))))
+                "1ki088iyr266cfyq9bmmhhd27wrsrmbhsblyf4yqby03hlvqif3k"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]