[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: workrave: Update to 1.10.37.
From: |
guix-commits |
Subject: |
07/14: gnu: workrave: Update to 1.10.37. |
Date: |
Wed, 18 Mar 2020 20:44:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1b9e1648f631c2692712f3457e239154955cd371
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 18 23:23:19 2020 +0100
gnu: workrave: Update to 1.10.37.
* gnu/packages/gnome.scm (workrave): Update to 1.10.37.
[arguments]: Disable #:tests?.
---
gnu/packages/gnome.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da3241a..ff82c57 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9296,7 +9296,7 @@ configurable file renaming. ")
(define-public workrave
(package
(name "workrave")
- (version "1.10.34")
+ (version "1.10.37")
(source
(origin
(method git-fetch)
@@ -9307,8 +9307,11 @@ configurable file renaming. ")
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)
- branch master updated (db483ba -> 4a0399e), guix-commits, 2020/03/18
- 01/14: gnu: Use HTTPS for non.tuxfamily.org home pages., guix-commits, 2020/03/18
- 02/14: gnu: r-snowfall: Use HTTPS home page., guix-commits, 2020/03/18
- 03/14: gnu: r-rhpcblasctl: Use HTTPS home page., guix-commits, 2020/03/18
- 06/14: gnu: dovecot: Use libsodium., guix-commits, 2020/03/18
- 08/14: gnu: chafa: Update to 1.2.2., guix-commits, 2020/03/18
- 07/14: gnu: workrave: Update to 1.10.37.,
guix-commits <=
- 10/14: gnu: bind: Update to 9.16.1., guix-commits, 2020/03/18
- 09/14: gnu: inxi-minimal: Update to 3.0.38-1., guix-commits, 2020/03/18
- 11/14: gnu: lablgtk: Update to 2.18.10., guix-commits, 2020/03/18
- 05/14: gnu: dovecot: Use SQLite., guix-commits, 2020/03/18
- 13/14: gnu: libmygpo-qt: Update home page., guix-commits, 2020/03/18
- 04/14: gnu: extempore: Use HTTPS home page., guix-commits, 2020/03/18
- 12/14: gnu: camlzip: Update home page., guix-commits, 2020/03/18
- 14/14: gnu: jrnl: Use HTTPS home page., guix-commits, 2020/03/18