gnu: gnome-calendar: Update to 3.26.2.

* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-08 12:49:03 +02:00
parent de1a32a41a
commit be6a1c2d39
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6065,7 +6065,7 @@ (define-public gnome-clocks
(define-public gnome-calendar
(package
(name "gnome-calendar")
(version "3.26.1")
(version "3.26.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -6073,7 +6073,7 @@ (define-public gnome-calendar
name "-" version ".tar.xz"))
(sha256
(base32
"0p4xg9sfhcyy2lj9sdg8pk6dmggbi80f038dycr24v0ccy3nk6f2"))))
"03n51mvlc0vabr1rx9577z927icl3mrxrrv8zckfjav6p4vwg8hr"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t