summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-01-27 09:34:03 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-01-28 21:53:53 +0200
commitd889c96be4e0794a33d215d24eabe7e65c1d75b9 (patch)
treeab185edc1bc048324e8d36c0e44d3a185ea3414c /gnu/packages/xfce.scm
parent2ac4428030adf7bb7074a777389f8cb361e28c5a (diff)
downloadguix-patches-d889c96be4e0794a33d215d24eabe7e65c1d75b9.tar
guix-patches-d889c96be4e0794a33d215d24eabe7e65c1d75b9.tar.gz
gnu: xfce4-statusnotifier-plugin: Update to 0.2.3.
* gnu/packages/xfce.scm (xfce4-statusnotifier-plugin): Update to 0.2.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 242f07041c..31f6072630 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1886,7 +1886,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.2")
+ (version "0.2.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1895,7 +1895,7 @@ favorite search engine or bug tracker right from the Xfce panel.")
"/xfce4-statusnotifier-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1yic99jx7013pywpd0k31pxab8s8lv3wcq364iha99qhsm25k42c"))))
+ "1d2n56g12dhnjznrq7xvr6d3brpp0lmm080xmgjb7ybc1yygpxrc"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)