me
/
guix
Archived
1
0
Fork 0

gnu: gnome-calendar: Update to 3.32.2.

* gnu/packages/gnome.scm (gnome-calendar): Update to 3.32.2.
master
Kei Kebreau 2019-07-24 19:42:06 -04:00
parent c76d0dbcba
commit 339b59bf03
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -7216,7 +7216,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.")
(define-public gnome-calendar (define-public gnome-calendar
(package (package
(name "gnome-calendar") (name "gnome-calendar")
(version "3.30.1") (version "3.32.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (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")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1avi7a29y8d8kzwslp51nwy6s692alms7917454j0xpfc6hnw62s")))) "07p73cvzj8idr80npja5yiv9pjfyi6qqfhaz5jwcgqspqbnhnl7k"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:glib-or-gtk? #t '(#:glib-or-gtk? #t