[gnome-software/update-libhandy-req] subprojects: Bump libhandy version




commit 4d20a38357d462936df25c7bb06be8105944c349
Author: Phaedrus Leeds <mwleeds endlessos org>
Date:   Wed Feb 17 21:17:11 2021 -0800

    subprojects: Bump libhandy version
    
    Discussed here:
    
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/621?commit_id=bc58d53e1753e83f94c9818b3965f4dd746e176f#note_1039282

 meson.build               | 2 +-
 subprojects/libhandy.wrap | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index c9bc824e1..dc5cc1e8d 100644
--- a/meson.build
+++ b/meson.build
@@ -118,7 +118,7 @@ json_glib = dependency('json-glib-1.0', version : '>= 1.2.0')
 libm = cc.find_library('m', required: false)
 libsoup = dependency('libsoup-2.4', version : '>= 2.52.0')
 libhandy = dependency('libhandy-1',
-  version: '>=0.90.0',
+  version: '>=1.0.2',
   fallback: ['libhandy', 'libhandy_dep'],
   default_options: [
       'examples=false',
diff --git a/subprojects/libhandy.wrap b/subprojects/libhandy.wrap
index de0516005..671312096 100644
--- a/subprojects/libhandy.wrap
+++ b/subprojects/libhandy.wrap
@@ -1,5 +1,5 @@
 [wrap-git]
 directory=libhandy
 url=https://gitlab.gnome.org/GNOME/libhandy.git
-revision=0.90.0
+revision=1.0.2
 depth=1


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