diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-23 19:47:09 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:55 -0400 |
commit | 3a034eb6d531a47814629d207d6640aaca3bf41a (patch) | |
tree | 0b2b132476aa0820340919acca650f42028c795a /gnu/packages | |
parent | b8ce83253d5b7c20cdad028a60b22ba26942948b (diff) | |
download | guix-3a034eb6d531a47814629d207d6640aaca3bf41a.tar.gz |
gnu: gnome-clocks: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.36.0. [inputs]: Add libhandy.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6c129de05c..b4bbeb8b36 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8112,7 +8112,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") (define-public gnome-clocks (package (name "gnome-clocks") - (version "3.34.0") + (version "3.36.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -8120,7 +8120,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") name "-" version ".tar.xz")) (sha256 (base32 - "0g7hjk55smhkd09hwa9kag3h5a12l494wj89w9smpdk3ghsmy6b1")))) + "1ij9xwp3c96gsnnlhkqkiw3y45a4lpw7a09d4yysx7bvgw68p5sc")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t @@ -8146,6 +8146,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") ("geoclue" ,geoclue) ("geocode-glib" ,geocode-glib) ("libgweather" ,libgweather) + ("libhandy" ,libhandy) ("gnome-desktop" ,gnome-desktop))) (home-page "https://wiki.gnome.org/Apps/Clocks") (synopsis "GNOME's clock application") |