mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: xfce4-battery-plugin: Update to 1.1.5.
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.5.
This commit is contained in:
parent
e923a096d4
commit
de567ec821
1 changed files with 2 additions and 2 deletions
|
@ -445,7 +445,7 @@ (define-public xfce4-panel
|
|||
(define-public xfce4-battery-plugin
|
||||
(package
|
||||
(name "xfce4-battery-plugin")
|
||||
(version "1.1.4")
|
||||
(version "1.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||
|
@ -453,7 +453,7 @@ (define-public xfce4-battery-plugin
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"08n2cig9r2lccwvmk6v9vjiz0xqcp6x30m5b3q702v0m6ylg4z8h"))))
|
||||
"04z2bic6c2cgl6wy4qrhfdigb6c2hsxnqraa20k1xvi0nfzk68km"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list pkg-config intltool))
|
||||
(inputs (list glib gtk+ libxfce4util libxfce4ui xfce4-panel))
|
||||
|
|
Loading…
Reference in a new issue