summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-01-19 15:16:53 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-01-20 11:19:30 +0200
commitf93d3d42b4dbc3d2a054c0145a7b6b369ee09973 (patch)
treed5bd5d56380649db38a8b7d0f966b9e2d930414e /gnu/packages/xfce.scm
parent16743da26c1c6996765e52bd0bfcfa566f4f9d01 (diff)
downloadguix-patches-f93d3d42b4dbc3d2a054c0145a7b6b369ee09973.tar
guix-patches-f93d3d42b4dbc3d2a054c0145a7b6b369ee09973.tar.gz
gnu: xfce4-stopwatch-plugin: Update to 0.5.0.
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.5.0. 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 c3fb4db732..c8dd66b2e0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1918,7 +1918,7 @@ freedesktop.org specification.")
(define-public xfce4-stopwatch-plugin
(package
(name "xfce4-stopwatch-plugin")
- (version "0.4.0")
+ (version "0.5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1927,7 +1927,7 @@ freedesktop.org specification.")
"/xfce4-stopwatch-plugin-" version ".tar.bz2"))
(sha256
(base32
- "0jfr0ykn97hfngh0hd2wrs9rxswzxaxjv93g6csdp8hnij649nm3"))))
+ "1q840298jzdqlhc9lw49q32xzdhnbzcgvv69qq5slkc704s5w6vw"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)