mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: xfce4-verve-plugin: Update to 2.0.3.
* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.3. [inputs]: Add pcre2.
This commit is contained in:
parent
15c031c37b
commit
f0bdb49671
1 changed files with 3 additions and 3 deletions
|
@ -2089,7 +2089,7 @@ (define-public xfce4-timer-plugin
|
|||
(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 @@ (define-public xfce4-verve-plugin
|
|||
"/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")
|
||||
|
|
Loading…
Reference in a new issue