diff --git a/pkgs/development/python-modules/pony/default.nix b/pkgs/development/python-modules/pony/default.nix index 83c0da802d64..734da54c2545 100644 --- a/pkgs/development/python-modules/pony/default.nix +++ b/pkgs/development/python-modules/pony/default.nix @@ -21,14 +21,6 @@ buildPythonPackage rec { rev = "refs/tags/v${version}"; hash = "sha256-wBqw+YHKlxYplgsYL1pbkusHyPfCaVPcH/Yku6WDYbE="; }; - patches = [ - # https://github.com/ponyorm/pony/pull/713 - (fetchpatch { - name = "py12-compat.patch"; - url = "https://github.com/ponyorm/pony/pull/713/commits/5a37f6d59b6433d17d6d56b54f3726190e98c98f.patch"; - hash = "sha256-niOoANOYHqrcmEXRZEDew2BM8P/s7UFnn0qpgB8V0Mk="; - }) - ]; patches = [ # https://github.com/ponyorm/pony/pull/713