gnu: xfce4-verve-plugin: Update to 2.0.1.
* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.1. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
parent
bd674829f2
commit
d33b7a2f1b
1 changed files with 2 additions and 2 deletions
|
@ -2034,7 +2034,7 @@ (define-public xfce4-timer-plugin
|
||||||
(define-public xfce4-verve-plugin
|
(define-public xfce4-verve-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-verve-plugin")
|
(name "xfce4-verve-plugin")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(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/"
|
||||||
|
@ -2043,7 +2043,7 @@ (define-public xfce4-verve-plugin
|
||||||
"/xfce4-verve-plugin-" version ".tar.bz2"))
|
"/xfce4-verve-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ljcmgc8ixrbz134ggxbbh4zzdnp7mhi9ay6s5hgrz28djx10rcy"))))
|
"09gqp0jb5ccjh7ny798n5cy9skdx3hpis4kgvjpl4vidnrg5xnpb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue