diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:31:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:31:53 +0200 |
commit | 72bba784865579171e71cfca13e43dde396321d6 (patch) | |
tree | b2a08af82a4c614102c940abb36ab5a60ab45bbd | |
parent | 78d1f6dcaa3ec9cc3726f86705dfe8ef1ab9b640 (diff) |
gnu: workrave: Update to 1.10.43.
* gnu/packages/gnome.scm (workrave): Update to 1.10.43.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0f17e92e1d..28d928228d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10647,7 +10647,7 @@ configurable file renaming. ") (define-public workrave (package (name "workrave") - (version "1.10.42") + (version "1.10.43") (source (origin (method git-fetch) @@ -10658,7 +10658,7 @@ configurable file renaming. ") version))))) (file-name (git-file-name name version)) (sha256 - (base32 "03i9kk8r1wgrfkkbwikx8wxaw4r4kn62vismr2zdq5g34fkkjh95")))) + (base32 "1baa9qjzd4b3q1zy5vhvyrx0hyz17mk237373ca48647897kw4cr")))) (build-system glib-or-gtk-build-system) (arguments ;; The only tests are maintainer tests (in po/), which fail. |