summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-24 19:38:30 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:12 -0500
commitc76d0dbcba5ecce041506cc46be42be97a4f300c (patch)
tree3d30993b3425fb1b2690c1e9c940573f8108c3c4 /gnu
parent6acf40336446471f058fb04a19e46ac469405636 (diff)
downloadguix-patches-c76d0dbcba5ecce041506cc46be42be97a4f300c.tar
guix-patches-c76d0dbcba5ecce041506cc46be42be97a4f300c.tar.gz
gnu: gnome-clocks: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.32.0.
Diffstat (limited to 'gnu')
-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 07a78ebe09..b5e45dc94c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7178,7 +7178,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
(define-public gnome-clocks
(package
(name "gnome-clocks")
- (version "3.30.1")
+ (version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7186,7 +7186,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
name "-" version ".tar.xz"))
(sha256
(base32
- "009fr6zwv37wryi0c0syi4i7pxpdbn3gliws68l99cjsbn2qd6pc"))))
+ "1w6lgjdak3x76c9gyhd1lqrdmjfh8q77sjnrkcimylsg0jq913bc"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t))