summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-03-16 17:51:51 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-03-18 10:14:20 -0400
commit40136e2490fae39f3103dcb4c58bb9cab568e6f7 (patch)
tree0cb6ca31b988dacec3c81b92c72f9b2782fd37a4
parentb0f44c67d3de19a7cd39f55dd116df5eb996aa0d (diff)
downloadguix-40136e2490fae39f3103dcb4c58bb9cab568e6f7.tar.gz
gnu: xfce4-battery-plugin: Update to 1.1.2.
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.2.
-rw-r--r--gnu/packages/xfce.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c36f978a44..fd02ef943a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -318,15 +318,15 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-battery-plugin
   (package
     (name "xfce4-battery-plugin")
-    (version "1.0.5")
+    (version "1.1.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
+              (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "04gbplcj8z4vg5xbks8cc2jjf62mmf9sdymg90scjwmb82pv2ngn"))))
+                "1nypi0zazrcrbbm5vb221yw64zxrk56v4fffkblxlyd9m6gk80fn"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("intltool" ,intltool)))