diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 19:46:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-12 03:02:30 +0100 |
commit | e3ce8fbfd36b85f7baa3a5a1ee29e9ab89b6f413 (patch) | |
tree | 4ea6c816cb36072d5d27ba8a4fd9e926e5a7b173 /gnu | |
parent | dcb7ce500bd025455982d74c3384c707f35bbb46 (diff) | |
download | guix-e3ce8fbfd36b85f7baa3a5a1ee29e9ab89b6f413.tar guix-e3ce8fbfd36b85f7baa3a5a1ee29e9ab89b6f413.tar.gz |
gnu: remind: Update to 3.1.17.
* gnu/packages/calendar.scm (remind): Update to 3.1.17.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/calendar.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 6c60008ec7..5e7ac66260 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -155,7 +155,7 @@ able to synchronize with CalDAV servers through vdirsyncer.") (define-public remind (package (name "remind") - (version "3.1.16") + (version "3.1.17") (source (origin (method url-fetch) @@ -166,7 +166,7 @@ able to synchronize with CalDAV servers through vdirsyncer.") ".") ".tar.gz")) (sha256 - (base32 "14yavwqmimba8rdpwx3wlav9sfb0v5rcd1iyzqrs08wx07a9pdzf")))) + (base32 "0lgyc2j69aqqk4knywr8inz4fsnni0zq54dgqh7p4s6kzybc2mf9")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) ; no "check" target |