mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-06 23:53:33 +00:00
This patch updates the patch used to fix compatibility with the latest version of types-setuptools. The previous version of the patch caused mypycify() to fail with the following error: UnboundLocalError: local variable "extension_class" referenced before assignment The new version of the patch fixes this issue and is the version that was accepted upstream.