[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: workrave: Update to 1.10.48.
From: |
guix-commits |
Subject: |
branch master updated: gnu: workrave: Update to 1.10.48. |
Date: |
Sun, 17 Oct 2021 09:31:08 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e22f12b gnu: workrave: Update to 1.10.48.
e22f12b is described below
commit e22f12bb79c7374c12ca130132a268789991dc3c
Author: Jovany Leandro G.C <bit4bit@riseup.net>
AuthorDate: Sat Oct 16 14:26:24 2021 -0500
gnu: workrave: Update to 1.10.48.
* gnu/packages/gnome.scm (workrave): Update to 1.10.48.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 20c0be8..5d8840e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10655,7 +10655,7 @@ configurable file renaming. ")
(define-public workrave
(package
(name "workrave")
- (version "1.10.43")
+ (version "1.10.48")
(source
(origin
(method git-fetch)
@@ -10666,7 +10666,7 @@ configurable file renaming. ")
version)))))
(file-name (git-file-name name version))
(sha256
- (base32 "1baa9qjzd4b3q1zy5vhvyrx0hyz17mk237373ca48647897kw4cr"))))
+ (base32 "0qcknxylk9mr0xzszsd1rkgh2zpnix20m998dfclkm9x8zh9pvyr"))))
(build-system glib-or-gtk-build-system)
(arguments
;; The only tests are maintainer tests (in po/), which fail.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: workrave: Update to 1.10.48.,
guix-commits <=