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.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:34 +02:00
parent fdff14cc9e
commit 568fc8d973
@@ -55,7 +55,7 @@
buildPythonPackage rec {
pname = "twisted";
version = "24.11.0";
version = "25.5.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -63,7 +63,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-aV0FVtXsV53MRk0oVrY0iA7RMZ9FsQ0ZBD8rV+sBFbU=";
hash = "sha256-HesnI1jLa+Hj6PxvnIs2946w+nwiM9Lb4R7G/uBOoxY=";
};
__darwinAllowLocalNetworking = true;