summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-08-06 16:55:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-03-07 13:43:17 +0100
commit80d1e4c0f7628e032d5c11a78bd8eff82893a6b6 (patch)
tree49ddcfc420c07e96f7f7d7a8d4f17e1749c6a623 /gnu/packages/gnome.scm
parent9f3c6c8825e2935766ac5bc1880ed74f7fce48f4 (diff)
downloadpatches-80d1e4c0f7628e032d5c11a78bd8eff82893a6b6.tar
patches-80d1e4c0f7628e032d5c11a78bd8eff82893a6b6.tar.gz
gnu: gnome-clocks: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.28.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 098b039605..ec26744bb6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6365,7 +6365,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
(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 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1xqirnf7xkiv5vj3ng4slpyh50ihn625vhdgskfzx83a3pgxin1b"))))
+ "1dd739vchb592mck1dia2hkywn4213cpramyqzgmlmwv8z80p3nl"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t))