diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-08-01 19:29:40 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-01 19:35:29 +0800 |
commit | f0bdb4967178c4774957dfb4d95504aa52ec673b (patch) | |
tree | 51faf2c3e8042bef61b2ab38f154757ef87430f6 /gnu/packages/xfce.scm | |
parent | 15c031c37b558d6fdb28fa547af00b87b6042c2c (diff) |
gnu: xfce4-verve-plugin: Update to 2.0.3.
* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.3.
[inputs]: Add pcre2.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 0c674b8f78..705fbecfeb 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2089,7 +2089,7 @@ period.") (define-public xfce4-verve-plugin (package (name "xfce4-verve-plugin") - (version "2.0.1") + (version "2.0.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -2098,12 +2098,12 @@ period.") "/xfce4-verve-plugin-" version ".tar.bz2")) (sha256 (base32 - "09gqp0jb5ccjh7ny798n5cy9skdx3hpis4kgvjpl4vidnrg5xnpb")))) + "17p0kxnzx4ks3rs281x5pvwksl1gh2mg7h7mkccjmkzr3cgi5gz1")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) (inputs - (list libxfce4ui xfce4-panel)) + (list libxfce4ui pcre2 xfce4-panel)) (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin") (synopsis "Command line for the Xfce panel") |