gnu: xfce4-stopwatch-plugin: Update to 0.5.0.
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.5.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
16743da26c
commit
f93d3d42b4
1 changed files with 2 additions and 2 deletions
|
@ -1918,7 +1918,7 @@ freedesktop.org specification.")
|
||||||
(define-public xfce4-stopwatch-plugin
|
(define-public xfce4-stopwatch-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-stopwatch-plugin")
|
(name "xfce4-stopwatch-plugin")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(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/"
|
||||||
|
@ -1927,7 +1927,7 @@ freedesktop.org specification.")
|
||||||
"/xfce4-stopwatch-plugin-" version ".tar.bz2"))
|
"/xfce4-stopwatch-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jfr0ykn97hfngh0hd2wrs9rxswzxaxjv93g6csdp8hnij649nm3"))))
|
"1q840298jzdqlhc9lw49q32xzdhnbzcgvv69qq5slkc704s5w6vw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Reference in a new issue