diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 21:11:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 21:55:57 +0200 |
commit | 2cd765116c4abb7c52cddc8bba6b8dafaf5e8f47 (patch) | |
tree | 7a2966bb422c44fcafe93f452d1e053f69eb6cf6 /gnu/packages/xfce.scm | |
parent | 59668de42385c8b21a20fbaa3f70844b1e59c5ee (diff) | |
download | guix-2cd765116c4abb7c52cddc8bba6b8dafaf5e8f47.tar.gz |
gnu: xfce4-eyes-plugin: Update to 4.5.1.
* gnu/packages/xfce.scm (xfce4-eyes-plugin): Update to 4.5.1.
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 89a4206363..0c38be5b5a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1284,7 +1284,7 @@ core or CPU.") (define-public xfce4-eyes-plugin (package (name "xfce4-eyes-plugin") - (version "4.5.0") + (version "4.5.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1293,7 +1293,7 @@ core or CPU.") "/xfce4-eyes-plugin-" version ".tar.bz2")) (sha256 (base32 - "17gj6fbvvrdzvz61czmia8hqynllsnmhk61fs4aml443cc1h1bpx")))) + "1iaszzkagl1mb0cdafrvlfjnjklhhs9y90517par34sjiqbq1dsd")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |