summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 23:10:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-11 00:13:55 +0100
commit19153f2915dadc1f2a5c507cb8cf42ec1b1ffe1c (patch)
tree52f3c4a6537dd3e182f83f3f56cadd4d0addf1bb
parentc9cd6d2fb2c68197439d121bf0bdea0f43809332 (diff)
downloadpatches-19153f2915dadc1f2a5c507cb8cf42ec1b1ffe1c.tar
patches-19153f2915dadc1f2a5c507cb8cf42ec1b1ffe1c.tar.gz
gnu: xfce4-statusnotifier-plugin: Update to 0.2.2.
* gnu/packages/xfce.scm (xfce4-statusnotifier-plugin): Update to 0.2.2.
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0650235365..e3c01e1f0a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1763,7 +1763,7 @@ favorite search engine or bug tracker right from the Xfce panel.")
(define-public xfce4-statusnotifier-plugin
(package
(name "xfce4-statusnotifier-plugin")
- (version "0.2.1")
+ (version "0.2.2")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
@@ -1772,7 +1772,7 @@ favorite search engine or bug tracker right from the Xfce panel.")
"/xfce4-statusnotifier-plugin-" version ".tar.bz2"))
(sha256
(base32
- "154b0q9pmlbjh30vvx4c48msdfxp4pq8x4mbn71mk7pibk018hsj"))))
+ "1yic99jx7013pywpd0k31pxab8s8lv3wcq364iha99qhsm25k42c"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)