summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 03:31:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 03:31:53 +0200
commit72bba784865579171e71cfca13e43dde396321d6 (patch)
treeb2a08af82a4c614102c940abb36ab5a60ab45bbd /gnu/packages/gnome.scm
parent78d1f6dcaa3ec9cc3726f86705dfe8ef1ab9b640 (diff)
downloadguix-patches-72bba784865579171e71cfca13e43dde396321d6.tar
guix-patches-72bba784865579171e71cfca13e43dde396321d6.tar.gz
gnu: workrave: Update to 1.10.43.
* gnu/packages/gnome.scm (workrave): Update to 1.10.43.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 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.