gnu: workrave: Update to 1.10.37.

* gnu/packages/gnome.scm (workrave): Update to 1.10.37.
[arguments]: Disable #:tests?.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-18 23:23:19 +01:00
parent 8826b792d8
commit 1b9e1648f6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9296,7 +9296,7 @@ (define-public soundconverter
(define-public workrave
(package
(name "workrave")
(version "1.10.34")
(version "1.10.37")
(source
(origin
(method git-fetch)
@ -9307,8 +9307,11 @@ (define-public workrave
version)))))
(file-name (git-file-name name version))
(sha256
(base32 "0czwhr7nw523753ajcjjfwrf91mq8pmzr19gp0srqsvb1dsn1zcf"))))
(base32 "01cxy7606hx9wgxl550l4p2xa9hsy0rk7swsp58hyi842z2z0y13"))))
(build-system glib-or-gtk-build-system)
(arguments
;; The only tests are maintainer tests (in po/), which fail.
`(#:tests? #f))
(inputs `(("glib" ,glib)
("gtk+" ,gtk+)
("gdk-pixbuf" ,gdk-pixbuf)