diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-26 22:07:50 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:22:25 +0800 |
commit | de567ec821956923cee1512e75e5b16f421ce4bf (patch) | |
tree | 4234d016cf0259251793a6607c2bd73cb7f1cf1d /gnu/packages/xfce.scm | |
parent | e923a096d4e1dc9793895312e2ddf03a97655683 (diff) |
gnu: xfce4-battery-plugin: Update to 1.1.5.
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.5.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 3fdc71c023..4bfbcb2aa8 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -445,7 +445,7 @@ applications menu, workspace switcher and more.") (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 @@ applications menu, workspace switcher and more.") 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)) |