guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: wmbattery: Update to 2.54.


From: guix-commits
Subject: 02/04: gnu: wmbattery: Update to 2.54.
Date: Wed, 20 May 2020 16:00:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ef91997a197b1e1f922db8f4e749c759ccbcff11
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 20 20:57:19 2020 +0200

    gnu: wmbattery: Update to 2.54.
    
    * gnu/packages/gnustep.scm (wmbattery): Update to 2.54.
    [native-inputs]: Remove autoconf & automake.
---
 gnu/packages/gnustep.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index ce68fc7..7a8a39e 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -158,7 +158,7 @@ interface.  It is fast, feature rich, easy to configure, 
and easy to use.")
 (define-public wmbattery
   (package
     (name "wmbattery")
-    (version "2.51")
+    (version "2.54")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -166,7 +166,7 @@ interface.  It is fast, feature rich, easy to configure, 
and easy to use.")
                     version ".orig.tar.gz"))
               (sha256
                (base32
-                "084a3irxbmgms4bqaga80mlx9wgvlkx6d2w0ns939yrpfzg87laj"))))
+                "1r4n58mwkm69y1pjs7l64hg8r1lpndrzyrfl2rdgd4zi6v0jhyyw"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f)) ; no "check" target
     (inputs
@@ -176,9 +176,7 @@ interface.  It is fast, feature rich, easy to configure, 
and easy to use.")
        ("libxpm" ,libxpm)
        ("upower" ,upower)))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)))
     (home-page "https://www.dockapps.net/wmbattery";)
     (synopsis "Display laptop battery info")
     (description



reply via email to

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