diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-12-23 09:22:15 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-12-23 10:59:46 +0000 |
commit | c2e49ead4317ebfc32fcbced758beb7beef11a61 (patch) | |
tree | 187753c53277e5f46679dc87fe83076d355227ed /gnu | |
parent | 8742f55b7e993c7f1d5c8cd3b51dd4c338ba3631 (diff) |
gnu: xfce4-genmon-plugin: Update to 4.1.0.
* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 6ac8572317..4341d7639e 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1624,7 +1624,7 @@ be clicked to open the chosen mount point.") (define-public xfce4-genmon-plugin (package (name "xfce4-genmon-plugin") - (version "4.0.2") + (version "4.1.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1633,7 +1633,7 @@ be clicked to open the chosen mount point.") "/xfce4-genmon-plugin-" version ".tar.bz2")) (sha256 (base32 - "1ai3pwgv61nv7i2dyrvncnc63r8kdjbkp40vp51vzak1dx924v15")))) + "0zafr1jrw87l7h4z3wp88gj7n5mcygm22aw42vdpnp2l8x5nn9fi")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |