gnu: wmbattery: Update to 2.54.
* gnu/packages/gnustep.scm (wmbattery): Update to 2.54. [native-inputs]: Remove autoconf & automake.
This commit is contained in:
parent
6b87881ce7
commit
ef91997a19
1 changed files with 3 additions and 5 deletions
|
@ -158,7 +158,7 @@ interface. It is fast, feature rich, easy to configure, and easy to use.")
|
||||||
(define-public wmbattery
|
(define-public wmbattery
|
||||||
(package
|
(package
|
||||||
(name "wmbattery")
|
(name "wmbattery")
|
||||||
(version "2.51")
|
(version "2.54")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -166,7 +166,7 @@ interface. It is fast, feature rich, easy to configure, and easy to use.")
|
||||||
version ".orig.tar.gz"))
|
version ".orig.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"084a3irxbmgms4bqaga80mlx9wgvlkx6d2w0ns939yrpfzg87laj"))))
|
"1r4n58mwkm69y1pjs7l64hg8r1lpndrzyrfl2rdgd4zi6v0jhyyw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no "check" target
|
(arguments '(#:tests? #f)) ; no "check" target
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -176,9 +176,7 @@ interface. It is fast, feature rich, easy to configure, and easy to use.")
|
||||||
("libxpm" ,libxpm)
|
("libxpm" ,libxpm)
|
||||||
("upower" ,upower)))
|
("upower" ,upower)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("pkg-config" ,pkg-config)))
|
||||||
("automake" ,automake)
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(home-page "https://www.dockapps.net/wmbattery")
|
(home-page "https://www.dockapps.net/wmbattery")
|
||||||
(synopsis "Display laptop battery info")
|
(synopsis "Display laptop battery info")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue