This seems to happen because patches are applied to each package all at once. After bumping the main package version, if one package that includes another as a dependency is patched before the package it depends on the versions won't match. This can likely be solved by applying all inherit patches before applying any other patches,
This seems to happen because patches are applied to each package all at once. After bumping the main package version, if one package that includes another as a dependency is patched before the package it depends on the versions won't match. This can likely be solved by applying all inherit patches before applying any other patches,