python3Packages.twisted: 24.11.0 -> 25.5.0

https://github.com/twisted/twisted/blob/twisted-25.5.0/NEWS.rst

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
twisted
+2 -2
pkgs/development/python-modules/twisted/default.nix
···
buildPythonPackage rec {
pname = "twisted";
-
version = "24.11.0";
+
version = "25.5.0";
format = "pyproject";
disabled = pythonOlder "3.6";
···
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
-
hash = "sha256-aV0FVtXsV53MRk0oVrY0iA7RMZ9FsQ0ZBD8rV+sBFbU=";
+
hash = "sha256-HesnI1jLa+Hj6PxvnIs2946w+nwiM9Lb4R7G/uBOoxY=";
};
__darwinAllowLocalNetworking = true;