summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-08-03 10:37:19 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-08-03 16:25:26 +0300
commit73ee3f05c9e32ee11504ec362a3c55229186c998 (patch)
treee4a291341c541ff996a42a2a69787859c9e53eed
parentf574f859ee7343d894ecf7318fa53b7a73426775 (diff)
downloadguix-patches-73ee3f05c9e32ee11504ec362a3c55229186c998.tar
guix-patches-73ee3f05c9e32ee11504ec362a3c55229186c998.tar.gz
gnu: xfce4-time-out-plugin: Update to 1.1.1.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-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 13b33ea6fb..d3ab28d670 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1867,7 +1867,7 @@ swap space and the system uptime in the Xfce4 panel.")
(define-public xfce4-time-out-plugin
(package
(name "xfce4-time-out-plugin")
- (version "1.1.0")
+ (version "1.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1876,7 +1876,7 @@ swap space and the system uptime in the Xfce4 panel.")
"/xfce4-time-out-plugin-" version ".tar.bz2"))
(sha256
(base32
- "068a8ck08g4g1msbr7hd5zzp6lsq2a1ry1r472x0rmbna2im2jpf"))))
+ "07d3vddzrl6p6kg3qs4rd8qk57ghf33sk9sh73gsx2hxfnwbwk8r"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)