guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: xfce4-battery-plugin: Update to 1.1.4.


From: guix-commits
Subject: 01/05: gnu: xfce4-battery-plugin: Update to 1.1.4.
Date: Thu, 25 Mar 2021 06:58:34 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6b3b72fb600a949e492a9c487e15f6b59da7d6b0
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Mar 25 01:51:20 2021 +0100

    gnu: xfce4-battery-plugin: Update to 1.1.4.
    
    * gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.4.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 dc65567..eb934de 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -463,7 +463,7 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-battery-plugin
   (package
     (name "xfce4-battery-plugin")
-    (version "1.1.3")
+    (version "1.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -471,7 +471,7 @@ applications menu, workspace switcher and more.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "18s0s004nidii8cc3ldp5n3jajc18vwn9vhkhmhy3lbbs520mghj"))))
+                "08n2cig9r2lccwvmk6v9vjiz0xqcp6x30m5b3q702v0m6ylg4z8h"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("intltool" ,intltool)))



reply via email to

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