rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 3b5963963904ce3aa6270b5781b18e37b70594bd
Author: Ricardo Wurmus <[email protected]>
Date: Mon Aug 6 16:55:10 2018 +0200
gnu: gnome-clocks: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.28.0.
---
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 3c664fe..eb6e5bc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6220,7 +6220,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 "/"
@@ -6228,7 +6228,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))