# HG changeset patch # User Gary Kramlich # Date 1710295997 18000 # Node ID 231c935707be7337cde8b4185ad82e0fa30653f1 # Parent 5365cc421c7aa7ba45b1980c573ced0a634eba26 Update to gplugin-0.43.0 This should fix our build failures on windows and has some other nice cleanups. Testing Done: Checked in with the turtles. Reviewed at https://reviews.imfreedom.org/r/3028/ diff -r 5365cc421c7a -r 231c935707be meson.build --- a/meson.build Tue Mar 12 02:25:03 2024 -0500 +++ b/meson.build Tue Mar 12 21:13:17 2024 -0500 @@ -428,7 +428,7 @@ ####################################################################### # Check for GPlugin ####################################################################### -gplugin_version = ['>=0.42.1', '<0.43.0'] +gplugin_version = ['>=0.43.0', '<0.44.0'] gplugin_dep = dependency('gplugin', version : gplugin_version, fallback : ['gplugin', 'gplugin_dep']) diff -r 5365cc421c7a -r 231c935707be subprojects/gplugin.wrap --- a/subprojects/gplugin.wrap Tue Mar 12 02:25:03 2024 -0500 +++ b/subprojects/gplugin.wrap Tue Mar 12 21:13:17 2024 -0500 @@ -1,4 +1,4 @@ [wrap-hg] directory = gplugin url = https://keep.imfreedom.org/gplugin/gplugin -revision = v0.42.1 +revision = v0.43.0