pidgin/pidgin

Update to gplugin-0.43.0

2 months ago, Gary Kramlich
231c935707be
Parents 5365cc421c7a
Children 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/
--- 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