diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 13:16:25 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-04-09 13:10:06 +0800 |
commit | 7254fbde11a7c793522528ebf5eb4f5cc4719825 (patch) | |
tree | 38bc6b5e5acdf10101e487a085737e08933b195b /gnu/packages | |
parent | 11d96b67ce9916f56c85c4bed0c2e96a7deb234c (diff) |
gnu: xfce4-clipman-plugin: Update to 1.6.3.
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.3.
Diffstat (limited to 'gnu/packages')
-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 7b2bd063f2..6231d55828 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -469,7 +469,7 @@ applications menu, workspace switcher and more.") (define-public xfce4-clipman-plugin (package (name "xfce4-clipman-plugin") - (version "1.6.2") + (version "1.6.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -477,7 +477,7 @@ applications menu, workspace switcher and more.") "xfce4-clipman-plugin-" version ".tar.bz2")) (sha256 (base32 - "1f4rjdvyplfkrdqg9179chzxx18k3lx29674j28piccgyvk5z2mb")))) + "044s9hwl9pnygmfc5lk3ndf4ibjq829zpv4qxsf9bz0pcabiy771")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) |