gnu: gnome-clocks: Update to 3.28.0.

* gnu/packages/gnome.scm (gnome-clocks): Update to 3.28.0.
This commit is contained in:
Ricardo Wurmus 2018-08-06 16:55:10 +02:00
parent 9f3c6c8825
commit 80d1e4c0f7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6365,7 +6365,7 @@ (define-public libzapojit
(define-public gnome-clocks
(package
(name "gnome-clocks")
(version "3.26.1")
(version "3.28.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -6373,7 +6373,7 @@ (define-public gnome-clocks
name "-" version ".tar.xz"))
(sha256
(base32
"1xqirnf7xkiv5vj3ng4slpyh50ihn625vhdgskfzx83a3pgxin1b"))))
"1dd739vchb592mck1dia2hkywn4213cpramyqzgmlmwv8z80p3nl"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t))