mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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>
This commit is contained in:
parent
8ee6bb91c1
commit
6b3b72fb60
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue