python3Packages.python-socketio: 5.15.0 -> 5.16.0 (#472900)

This commit is contained in:
dotlambda
2026-01-15 14:54:56 +00:00
committed by GitHub
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "python-socketio";
version = "5.15.0";
version = "5.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "miguelgrinberg";
repo = "python-socketio";
tag = "v${version}";
hash = "sha256-7SX55TXU7HzxoatYor4mUiZoi/2O7nqaAIniyl4lGoc=";
hash = "sha256-20qTND62sIrWuJ7kY+4Pf9qP9Z5+CrItPiXnTDhmcME=";
};
build-system = [ setuptools ];