gnu: xfce4-stopwatch-plugin: Update to 0.4.0.

* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.4.0.
[arguments]: Enable "tests".

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Michael Rohleder 2020-08-01 10:15:08 +02:00 committed by Mathieu Othacehe
parent b654037403
commit c214e607d0
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1813,7 +1813,7 @@ (define-public xfce4-statusnotifier-plugin
(define-public xfce4-stopwatch-plugin
(package
(name "xfce4-stopwatch-plugin")
(version "0.3.1")
(version "0.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -1822,11 +1822,8 @@ (define-public xfce4-stopwatch-plugin
"/xfce4-stopwatch-plugin-" version ".tar.bz2"))
(sha256
(base32
"07dadvgivly44w7qj74i2w60nk01h8567paxrli8vzmhb3p6xi2h"))))
"0jfr0ykn97hfngh0hd2wrs9rxswzxaxjv93g6csdp8hnij649nm3"))))
(build-system gnu-build-system)
(arguments
;; test fails in po/ directory
`(#:tests? #f))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))