gnu: xfce4-verve-plugin: Update to 2.0.3.
* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.3. [inputs]: Add pcre2.master
parent
15c031c37b
commit
f0bdb49671
|
@ -2089,7 +2089,7 @@ period.")
|
||||||
(define-public xfce4-verve-plugin
|
(define-public xfce4-verve-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-verve-plugin")
|
(name "xfce4-verve-plugin")
|
||||||
(version "2.0.1")
|
(version "2.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||||
|
@ -2098,12 +2098,12 @@ period.")
|
||||||
"/xfce4-verve-plugin-" version ".tar.bz2"))
|
"/xfce4-verve-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09gqp0jb5ccjh7ny798n5cy9skdx3hpis4kgvjpl4vidnrg5xnpb"))))
|
"17p0kxnzx4ks3rs281x5pvwksl1gh2mg7h7mkccjmkzr3cgi5gz1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list intltool pkg-config))
|
(list intltool pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list libxfce4ui xfce4-panel))
|
(list libxfce4ui pcre2 xfce4-panel))
|
||||||
(home-page
|
(home-page
|
||||||
"https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin")
|
"https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin")
|
||||||
(synopsis "Command line for the Xfce panel")
|
(synopsis "Command line for the Xfce panel")
|
||||||
|
|
Reference in New Issue