diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-12-28 10:10:15 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2021-01-05 16:17:29 -0500 |
commit | d33b7a2f1b7eb8ab55b2b1d45fe38e7b25794609 (patch) | |
tree | ca448ba0797d458895b5fa8ba4bf3830c45e966b /gnu/packages/xfce.scm | |
parent | bd674829f23ea9759dc78b1cb43565fccb25abdd (diff) | |
download | guix-d33b7a2f1b7eb8ab55b2b1d45fe38e7b25794609.tar.gz |
gnu: xfce4-verve-plugin: Update to 2.0.1.
* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.1. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 c3a7aaa467..c4f53dbb39 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2034,7 +2034,7 @@ period.") (define-public xfce4-verve-plugin (package (name "xfce4-verve-plugin") - (version "2.0.0") + (version "2.0.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -2043,7 +2043,7 @@ period.") "/xfce4-verve-plugin-" version ".tar.bz2")) (sha256 (base32 - "1ljcmgc8ixrbz134ggxbbh4zzdnp7mhi9ay6s5hgrz28djx10rcy")))) + "09gqp0jb5ccjh7ny798n5cy9skdx3hpis4kgvjpl4vidnrg5xnpb")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |