gnu: gnome-clocks: Update to 3.26.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 2 Nov 2017 18:48:05 +0000 (19:48 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 2 Nov 2017 20:10:20 +0000 (21:10 +0100)
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.26.1.

gnu/packages/gnome.scm

index 6d5b049..bce1e2b 100644 (file)
@@ -6040,7 +6040,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
 (define-public gnome-clocks
   (package
     (name "gnome-clocks")
-    (version "3.26.0")
+    (version "3.26.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6048,7 +6048,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00a5bqi1hbyb9kbl4p393l1g6rddl2y6ljxjby9c5j3k1qka0c0g"))))
+                "1xqirnf7xkiv5vj3ng4slpyh50ihn625vhdgskfzx83a3pgxin1b"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t))