pidgin/pidgin

Update to gplugin 0.39.1

18 months ago, Gary Kramlich
0cf9a6438a8f
Update to gplugin 0.39.1

Testing Done:
ran `meson subprojects update` and built, verified the python deprecation warnings were gone.

Reviewed at https://reviews.imfreedom.org/r/2104/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)