summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-12 18:06:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-13 01:40:40 +0200
commit52fc6508f2f3746d9e70f56b8c0383e8dc946b5f (patch)
tree2927d642a16b481489d38d0f6708ff7c51ac0ef6
parent7f7a6e877e40780a3d2d675f72ef5cd72c673936 (diff)
gnu: workrave: Update to 1.10.42.
* gnu/packages/gnome.scm (workrave): Update to 1.10.42.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7d94e358f9d..820811f8fa2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9200,7 +9200,7 @@ configurable file renaming. ")
9200(define-public workrave 9200(define-public workrave
9201 (package 9201 (package
9202 (name "workrave") 9202 (name "workrave")
9203 (version "1.10.37") 9203 (version "1.10.42")
9204 (source 9204 (source
9205 (origin 9205 (origin
9206 (method git-fetch) 9206 (method git-fetch)
@@ -9211,7 +9211,7 @@ configurable file renaming. ")
9211 version))))) 9211 version)))))
9212 (file-name (git-file-name name version)) 9212 (file-name (git-file-name name version))
9213 (sha256 9213 (sha256
9214 (base32 "01cxy7606hx9wgxl550l4p2xa9hsy0rk7swsp58hyi842z2z0y13")))) 9214 (base32 "03i9kk8r1wgrfkkbwikx8wxaw4r4kn62vismr2zdq5g34fkkjh95"))))
9215 (build-system glib-or-gtk-build-system) 9215 (build-system glib-or-gtk-build-system)
9216 (arguments 9216 (arguments
9217 ;; The only tests are maintainer tests (in po/), which fail. 9217 ;; The only tests are maintainer tests (in po/), which fail.