Update to gplugin-0.43.0

Tue, 12 Mar 2024 21:13:17 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 12 Mar 2024 21:13:17 -0500
changeset 42641
231c935707be
parent 42640
5365cc421c7a
child 42642
7b2961b2d918

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/

meson.build file | annotate | diff | comparison | revisions
subprojects/gplugin.wrap file | annotate | diff | comparison | revisions
--- 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'])
--- 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

mercurial