python3Packages.twisted: prune patches

They don't apply anymore since the version bump.

-13
-13
pkgs/development/python-modules/twisted/default.nix
··· 1 1 { lib, stdenv 2 2 , buildPythonPackage 3 - , fetchpatch 4 3 , fetchPypi 5 4 , python 6 5 , zope_interface ··· 25 24 extension = "tar.gz"; 26 25 sha256 = "sha256-oEeZD1ffrh4L0rffJSbU8W3NyEN3TcEIt4xS8qXxNoA="; 27 26 }; 28 - 29 - patches = [ 30 - (fetchpatch { 31 - # https://github.com/twisted/twisted/security/advisories/GHSA-c2jg-hw38-jrqq 32 - name = "CVE-2022-24801.patch"; 33 - url = "https://github.com/twisted/twisted/commit/592217e951363d60e9cd99c5bbfd23d4615043ac.patch"; 34 - hash = "sha256-psX5vAM9myuILuTazpebSk8QTT52CB6N7RXAY4MAV8g="; 35 - excludes = [ 36 - "src/twisted/web/newsfragments/10323.bugfix" 37 - ]; 38 - }) 39 - ]; 40 27 41 28 propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs setuptools typing-extensions ]; 42 29