diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 16:52:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:43:17 +0100 |
commit | 9f3c6c8825e2935766ac5bc1880ed74f7fce48f4 (patch) | |
tree | 159bcb8a646c76332915b6ea280a0d1605673561 /gnu/packages/gnome.scm | |
parent | a286b5ebdaf833a26317ba4f9a7ca76ea3b6ac74 (diff) | |
download | patches-9f3c6c8825e2935766ac5bc1880ed74f7fce48f4.tar patches-9f3c6c8825e2935766ac5bc1880ed74f7fce48f4.tar.gz |
gnu: gnome-todo: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-todo): Update to 3.28.1.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/patches/gnome-todo-libical-compat.patch: Remove file.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6f84d60928..098b039605 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6440,16 +6440,15 @@ desktop. It supports multiple calendars, month, week and year view.") (define-public gnome-todo (package (name "gnome-todo") - (version "3.26.2") + (version "3.28.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) - (patches (search-patches "gnome-todo-libical-compat.patch")) (sha256 (base32 - "106xx1w18pxjmj5k0k2qjzi6b3c3kaz7b5kyrpknykibnr401ff9")))) + "08ygqbib72jlf9y0a16k54zz51sncpq2wa18wp81v46q8301ymy7")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |