guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

103/108: gnu: gnome-clocks: Update to 3.36.0.


From: guix-commits
Subject: 103/108: gnu: gnome-clocks: Update to 3.36.0.
Date: Sat, 25 Apr 2020 15:23:06 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 017874ae5dd4e8478e57a0bc813da91b2f9fdcab
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 23 19:47:09 2020 -0400

    gnu: gnome-clocks: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (gnome-clocks): Update to 3.36.0.
    [inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 42f189c..aac6afb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8101,7 +8101,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 "/"
@@ -8109,7 +8109,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
@@ -8135,6 +8135,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]