diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-24 19:42:06 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:12 -0500 |
commit | 339b59bf039349f8d584d4f442e2e5be7873dea0 (patch) | |
tree | d9778a8eb988f2a4b070bfaa62d2b2365bee40ca /gnu/packages | |
parent | c76d0dbcba5ecce041506cc46be42be97a4f300c (diff) |
gnu: gnome-calendar: Update to 3.32.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.32.2.
Diffstat (limited to 'gnu/packages')
-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 b5e45dc94c..98d58e4173 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7216,7 +7216,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") (define-public gnome-calendar (package (name "gnome-calendar") - (version "3.30.1") + (version "3.32.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7224,7 +7224,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") name "-" version ".tar.xz")) (sha256 (base32 - "1avi7a29y8d8kzwslp51nwy6s692alms7917454j0xpfc6hnw62s")))) + "07p73cvzj8idr80npja5yiv9pjfyi6qqfhaz5jwcgqspqbnhnl7k")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |