kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 4f38534d724815232cc744fdc1fce432db415917
Author: Kei Kebreau <[email protected]>
Date: Wed Jul 24 19:42:06 2019 -0400
gnu: gnome-calendar: Update to 3.32.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.32.2.
---
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 7c2da6b..78c9ff4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6963,7 +6963,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 "/"
@@ -6971,7 +6971,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