[gnome-clocks] Bump libhandy to 1.0.0



commit 6aafcc985dad3b2ef7d594842b84458b5ec984c6
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Sep 9 11:32:12 2020 +0200

    Bump libhandy to 1.0.0
    
    Let's use a stable version.

 meson.build               | 2 +-
 subprojects/libhandy.wrap | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2f6ec36..1402337 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,7 @@ gweather = dependency('gweather-3.0', version: '>=3.32.0')
 gnomedesktop = dependency('gnome-desktop-3.0', version: '>=3.8')
 geocodeglib = dependency('geocode-glib-1.0', version: '>=1.0')
 libgeoclue = dependency('libgeoclue-2.0', version: '>=2.4')
-libhandy = dependency ('libhandy-1', version: '>= 0.90.0', required: false)
+libhandy = dependency ('libhandy-1', version: '>= 1.0.0', required: false)
 
 if not libhandy.found()
   libhandy_subproj = subproject(
diff --git a/subprojects/libhandy.wrap b/subprojects/libhandy.wrap
index 9786176..879d544 100644
--- a/subprojects/libhandy.wrap
+++ b/subprojects/libhandy.wrap
@@ -1,4 +1,4 @@
 [wrap-git]
 directory=libhandy
 url=https://gitlab.gnome.org/GNOME/libhandy.git
-revision=origin/master
\ No newline at end of file
+revision=1.0.0


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